mcpbeat Sign in

Canvas API MCP Server

local only

Canvas API MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 241 installs a week from pypi. Last commit 15 Aug 2026.

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

Installs per day peak 683 · avg 144 · -47% w/w
a month agotoday
241
Installs / week
pypi · canvas-api-mcp
2
Stars
10 open issues
15 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Canvas API MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 canvas-api-mcp -- uvx canvas-api-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "canvas-api-mcp": {
      "args": [
        "canvas-api-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.canvas-api-mcp]
command = "uvx"
args = ["canvas-api-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "canvas-api-mcp": {
      "args": [
        "canvas-api-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "canvas-api-mcp": {
      "args": [
        "canvas-api-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Canvas API MCP

same job, measured the same way
Canvas Lms MCP
by bruchris

TypeScript MCP server for Canvas LMS — 165 tools across 42 domains.

741 installs/wk local only
Canvas MCP
by admin978

Local-first MCP server for Canvas LMS. Stdio transport, no third-party broker.

89 installs/wk local only
Figma MCP Server
by oabolade

MCP server enabling AI assistants to interact with Figma designs via natural language commands

41 installs/wk local only
Canva MCP
by wmarceau

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

54 installs/wk local only
Figma MCP Server
by planetabhi

A local MCP server with full Figma REST API coverage.

1 701 installs/wk local only
Bedc MCP
by be-dce

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

59 installs/wk local only
Flato Design MCP
by sologovision

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

answering
Memory
by humaux

Persistent long-term memory for AI agents: semantic search, knowledge graph, and task canvas.

answering

Canvas API MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Canvas API MCP?
Canvas API 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 canvas-api-mcp was installed 241 times last week.
How do I connect Canvas API 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 canvas-api-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Canvas API MCP?
The pypi package canvas-api-mcp was installed 241 times in the last week. Week over week that is -47%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Canvas API MCP open source?
Yes — it is published under the MIT licence, written in Python, 2 stars on GitHub and 10 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.