mcpbeat Sign in

Canvas Parent MCP Server

local only

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

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

Installs per day peak 222 · avg 45 · +156% w/w
a month agotoday
625
Installs / week
npm · canvas-parent-mcp
0
Stars
0 open issues
18 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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

This one needs environment variables set before it will start: CANVAS_BASE_URL (Canvas instance base URL, e.g. https://cms.instructure.com), CANVAS_USERNAME (Canvas login username/email (recommended) — pair with CANVAS_PASSWORD for auto-login. No SSO/2FA.), CANVAS_PASSWORD (Canvas password (recommended) — required iff CANVAS_USERNAME is set), CANVAS_TOKEN (Canvas personal access token (advanced) — most schools have disabled token creation), CANVAS_CLIENT_ID (Canvas OAuth client ID (advanced — for SSO accounts that can't use username/password)), CANVAS_CLIENT_SECRET (Canvas OAuth client secret (advanced)), CANVAS_REFRESH_TOKEN (Canvas OAuth refresh token (advanced) — bootstrap via canvas-parent-mcp-qr-login), CANVAS_NAME (Friendly name for the Canvas instance (defaults to the host portion of the base URL)), CANVAS_SESSION_CACHE (Set to false to disable the on-disk session cache and re-authenticate on every process start. Defaults to enabled.), CANVAS_SESSION_FILE (Absolute path for the session cache file. Defaults to $MCP_DATA_DIR/.canvas-parent-mcp/session.json.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Canvas Parent MCP

same job, measured the same way
Canvas
by mcparmory

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

255 installs/wk local only
Canvas MCP
by vishalsachdev

Canvas LMS integration for students and educators with optional privacy controls

622 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
Canvas API MCP
by johannsenlum

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

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

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

46 installs/wk local only
Unpaged
by unpaged

Whiteboard where any shape opens into another canvas. Claude Code plugin renders plans on it.

answering
Easel
by gemberkoekje

A headless painting engine for AI agents: brushes, paint load, wet blending, canvas texture.

local only

Canvas Parent MCP — questions

Answers built from our own checks of this server.

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