Odel
canvas parent mcp

canvas parent mcp

Local
@chrischallTypeScriptMITUpdated 2 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmcanvas-parent-mcpv1.5.3

Run

npx -y canvas-parent-mcp

MCP client config

{
  "mcpServers": {
    "canvas-parent-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "canvas-parent-mcp"
      ]
    }
  }
}