Production-ready Model Context Protocol (MCP) Server for the Canva Connect API. Empowers AI agents (Claude, Cursor, Antigravity) to design, manage, and export Canva assets.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-canva-gemini-cli": {
"command": "npx",
"args": [
"-y",
"elisbanpaco/mcp-canva-gemini-cli"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-canva-gemini-cli npx -y elisbanpaco/mcp-canva-gemini-cli
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-canva-gemini-cli": {
"command": "npx",
"args": [
"-y",
"elisbanpaco/mcp-canva-gemini-cli"
]
}
}
}
📋 Copy