← Back to browse

canvas-mcp

Indexed by io.github.admin978

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsCANVAS_BASE_URL CANVAS_TOKEN
Claude Code
claude mcp add --env CANVAS_BASE_URL= --env CANVAS_TOKEN= canvas-mcp -- uvx canvas-local-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"canvas-mcp","command":"uvx","args":["canvas-local-mcp"],"env":{"CANVAS_BASE_URL":"","CANVAS_TOKEN":""}}'
JSON
{
  "mcpServers": {
    "canvas-mcp": {
      "command": "uvx",
      "args": [
        "canvas-local-mcp"
      ],
      "env": {
        "CANVAS_BASE_URL": "",
        "CANVAS_TOKEN": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.