Skip to content
Zed

canva mcp for Zed

io.github.wmarceau/canva-mcp

MCP server for Canva - create designs, manage assets, use templates, export graphics

client:Zed transport:stdio runtime:pypi

Install canva mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "canva-mcp": {
      "command": "uvx",
      "args": [
        "canva-mcp"
      ],
      "env": {
        "CANVA_CLIENT_ID": "<CANVA_CLIENT_ID>",
        "CANVA_CLIENT_SECRET": "<CANVA_CLIENT_SECRET>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

canva mcp in other clients