How to Use the Frontify MCP in Cursor
Inject live brand data from Frontify directly into your code using Cursor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Frontify MCP to Cursor
Create your Vinkius account to connect Frontify to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Query Frontify with GraphQL in Cursor
Use `execute_graphql_payload` to run specific queries against your DAM. This lets you pull precise data structures into your codebase while you write. Your AI writes code based on real responses rather than stale mocks. It is the most reliable way to build integrations that actually work.
Manage workspace users inside Cursor
Invite team members or audit access levels using `invite_workspace_user` and `list_platform_users`. You can handle these administrative tasks without breaking your flow. It keeps your development environment focused on the project. You stay in the editor while keeping your brand portal permissions in sync.
Clean up assets via Cursor agent
Use `wipe_media_asset` to purge obsolete files during your cleanup cycles. This tool helps you maintain a lean asset library without switching contexts. It is built for developers who need to keep their project dependencies tidy. You control the deletion process directly from your chat window.
Set up Frontify MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Frontify MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Frontify transactions." If the MCP tools are loaded correctly, Cursor will call the Frontify tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"frontify-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Frontify. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Frontify MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Frontify MCP today
We host it, we monitor it, we maintain it. You just paste one token.