mcp-canva-gemini-cli

elisbanpaco/mcp-canva-gemini-cli
★ 0 stars Unknown language AI/LLM Updated 1d ago
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.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-canva-gemini-cli": {
      "command": "npx",
      "args": [
        "-y",
        "elisbanpaco/mcp-canva-gemini-cli"
      ]
    }
  }
}