How to Use the Canva MCP in Cursor
Build apps that generate Canva presentations, upload assets, and trigger design exports directly from the Cursor agent.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Canva MCP to Cursor
Create your Vinkius account to connect Canva 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.
Automate Canva Design Creation in Cursor
The `create_design` tool allows your Cursor agent to generate new Canva layouts like posters or presentations while you write code. You can test your frontend design integrations against real Canva layouts instead of using static mockups. By calling `get_design`, the editor pulls real dimensions, page counts, and timestamps directly into your active workspace. This lets you write dynamic code that adapts to actual Canva document metadata.
Programmatic Brand Asset Control
The `upload_asset` tool lets your Cursor developer agent push local image assets directly into your Canva storage. You do not need to open a browser to sync your local assets with your design library. To keep your storage clean, `delete_asset` removes old graphics from the platform. Your agent can run `list_assets` to verify which files are active before referencing them in your code.
Export Canva Documents via MCP Server
The `export_design` tool triggers file compilation for any Canva design into formats like PNG, MP4, or PDF. Cursor kicks off this process in the background so you can keep editing code. Your agent calls `get_export` to monitor the rendering pipeline. As soon as the file is ready, the editor receives the physical download URL to use in your local testing.
Set up Canva 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 Canva 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 Canva transactions." If the MCP tools are loaded correctly, Cursor will call the Canva tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"canva-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 Canva. 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 Canva MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Canva MCP today
We host it, we monitor it, we maintain it. You just paste one token.