mcpbeat Sign in

Canvas MCP Server

local only

Canvas runs on your own machine — the client starts it, so there is no endpoint to ping. 255 installs a week from pypi. Last commit 12 May 2026.

Manage courses, submissions, grades, and student data in Canvas LMS

Installs per day peak 59 · avg 30 · -18% w/w
a month agotoday
255
Installs / week
pypi · mcparmory-canvas
31
Stars
1 open issues
12 May 2026
Last commit
0 releases in 90 days
License
Python

Nothing serious here today

Today is the operative word: we check Canvas 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 -- uvx mcparmory-canvas
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "canvas": {
      "args": [
        "mcparmory-canvas"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.canvas]
command = "uvx"
args = ["mcparmory-canvas"]
.cursor/mcp.json
{
  "mcpServers": {
    "canvas": {
      "args": [
        "mcparmory-canvas"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "canvas": {
      "args": [
        "mcparmory-canvas"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Canvas

same job, measured the same way
Canvas Parent MCP
by chrischall

Canvas LMS (Instructure) for Claude — courses, grades, assignments, planner, files

625 installs/wk local only
Canvas MCP
by vishalsachdev

Canvas LMS integration for students and educators with optional privacy controls

622 installs/wk local only
Figma
by mcparmory

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

246 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
Composer
by olivergrabner

Give your AI coding agent an architecture canvas to design and evolve diagrams.

46 installs/wk local only
Design System
by zaklad

Build and manage your design system with AI: tokens, themes, components, icons, Figma and code.

answering
Canva MCP
by wmarceau

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

55 installs/wk local only
Memory
by humaux

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

answering

Canvas — questions

Answers built from our own checks of this server.

Why is there no uptime for Canvas?
Canvas 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 mcparmory-canvas was installed 255 times last week.
How do I connect Canvas?
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 mcparmory-canvas straight from pypi; nothing to host, nothing to sign up for.
How many people use Canvas?
The pypi package mcparmory-canvas was installed 255 times in the last week. Week over week that is -18%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Canvas open source?
We cannot say either way: written in Python, 31 stars on GitHub and 1 open issue, but we could not determine the licence, and without one the code is not open source by default.