mcpbeat Sign in

Canvas Lms MCP Server

local only

Canvas Lms MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 1 319 installs a week from npm. Last commit 11 Sep 2026.

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

Installs per day peak 182 · avg 46 · +33% w/w
a month agotoday
1 319
Installs / week
npm · canvas-lms-mcp
6
Stars
2 open issues
11 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 18 h ago · rules 3dff92dd89df

In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

CI pipeline leaks secrets outward .github/workflows/release-please.yml:144
          PUB_VER=$(curl -fsSL -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" https://api.github.com/repos/modelcontextprotocol/registry/releases/latest | jq -r '.tag_name')

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

Nothing serious here today

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

This one needs environment variables set before it will start: CANVAS_API_TOKEN (Canvas personal access token (Account → Settings → Approved Integrations → New Access Token)), CANVAS_BASE_URL (Canvas instance base URL, origin only with no path, e.g. https://school.instructure.com). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Canvas Lms MCP

same job, measured the same way
Canvas API MCP
by johannsenlum

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

258 installs/wk local only
Canvas MCP
by admin978

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

81 installs/wk local only
Vault MCP Tools
by afable702

Complete Obsidian vault MCP server. 35 tools: notes, search, graph, tags, canvas.

local only
Figma Context MCP Air
by compassalessandrolorenz

Figma MCP server for AI agents. 9 tools: design context, variables, screenshots, and FigJam.

34 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

37 installs/wk local only
Canva MCP
by wmarceau

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

55 installs/wk local only
Flato Design MCP
by sologovision

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

answering
Optics MCP
by rolemodel

MCP Server for Optics Design System documentation and token usage.

50 installs/wk local only

Canvas Lms MCP — questions

Answers built from our own checks of this server.

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