mcpbeat Sign in

Canva MCP Server

local only

Canva MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 55 installs a week from pypi.

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

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 15 · avg 8 · -11% w/w
a month agotoday
55
Installs / week
pypi · canva-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

What the code does

We have not read this server's code yet

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

Name looks like a popular package canvas-mcp
canva-mcp похож на canvas-mcp

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch Canva MCP and you get told the day something new turns up.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add canva-mcp -- uvx canva-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "canva-mcp": {
      "args": [
        "canva-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.canva-mcp]
command = "uvx"
args = ["canva-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "canva-mcp": {
      "args": [
        "canva-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "canva-mcp": {
      "args": [
        "canva-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: CANVA_CLIENT_ID (Canva Connect API Client ID from developers.canva.com), CANVA_CLIENT_SECRET (Canva Connect API Client Secret). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Canva MCP

same job, measured the same way
Figma
by mcparmory

Export files, access design data, manage projects, comments, and team assets

246 installs/wk local only
Canva
by mcparmory

Create designs, manage assets, and automate design generation from external workflows

260 installs/wk local only
Optics MCP
by rolemodel

MCP Server for Optics Design System documentation and token usage.

50 installs/wk local only
Canvas API MCP
by johannsenlum

MCP server exposing the Canvas LMS REST API (1,116 endpoints) for AI assistants

258 installs/wk local only
Figma React
by manansingh2001

An MCP server that converts Figma designs into React code.

53 installs/wk local only
AI-ERD
by ai-erd

AI-powered ERD design tool. Create and manage database schemas using DBML with real-time canvas.

answering
Bedc MCP
by be-dce

MCP server for Dual Canvas Execution (DCE) - use with Polsia, Cursor, Claude, and other MCP clients

37 installs/wk local only
Flato Design MCP
by sologovision

Connect AI agents to Flato's editable canvas runtime through a hosted MCP server.

answering

Canva MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Canva MCP?
Canva MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package canva-mcp was installed 55 times last week.
Is Canva MCP still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Canva MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls canva-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Canva MCP?
The pypi package canva-mcp was installed 55 times in the last week. Week over week that is -11%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.