C

Canva

Connect the Canva remote MCP server at https://mcp.canva.com/mcp

Canva·No reviews yet
Docs
Share:

About

Connect the Canva remote MCP server at https://mcp.canva.com/mcp. Designs, assets, exports, comments. Setup guides for Claude Code, Codex, Cursor, and VS Code.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP

Screenshots

No screenshots yet.

Frequently Asked Questions

Common questions about Canva.

What is the Canva remote MCP server?
The Canva remote MCP server integrates Canva's design capabilities into your development environment. It allows access to designs, assets, exports, and comments directly from your MCP client.
How do I connect to the Canva MCP server?
You can connect to the Canva remote MCP server by configuring your MCP client to use the endpoint https://mcp.canva.com/mcp. Specific setup guides are available for Claude Code, Codex, Cursor, and VS Code.
Does the Canva MCP server require authentication?
Yes, authentication for the Canva MCP server uses OAuth. You will need to complete an OAuth flow to grant your MCP client access to your Canva account.
What capabilities does the Canva MCP server offer?
The Canva MCP server enables programmatic access to your Canva designs, individual assets, exported files, and comments. This facilitates design integration and automation within your development workflow.
Is there a cost associated with using the Canva MCP server?
The cost of using the Canva MCP server depends on your existing Canva subscription. Access to certain features or assets may require a paid Canva plan.
What is a prerequisite for using the Canva MCP server?
A prerequisite for using the Canva MCP server is an active Canva account. You will also need an MCP client that supports interaction with remote MCP servers.

Install Canva

Server URL

https://mcp.canva.com/mcp

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "canva": {
      "url": "https://mcp.canva.com/mcp",
      "transport": "http",
      "authType": "oauth"
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "canva": {
      "url": "https://mcp.canva.com/mcp"
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "canva": {
      "type": "http",
      "url": "https://mcp.canva.com/mcp"
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.