MCP Server
Canva MCP MCP Server
by Canva
Generate, edit, and export Canva designs from chat.
About Canva MCP
Canva MCP server. Generate designs from prompts, perform editing transactions, export PNG/PDF, and manage assets and folders.
Tags
designexportbrand kit
How to install Canva MCP
Add the following entry to your MCP client config (e.g. claude_desktop_config.json or .mcp.json). Refer to the official repository for the exact command, package name, and required environment variables.
{
"mcpServers": {
"canva": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-canva"]
}
}
}Example shape only — see the docs for the canonical install command.