← Back to Plugins
MCP Server MCP

io.github.chrischall/canvas-parent-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "canvas-parent-mcp",
      "version": "1.2.5",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Canvas instance base URL, e.g. https://cms.instructure.com",
          "isRequired": true,
          "format": "string",
          "name": "CANVAS_BASE_URL"
        },
        {
          "description": "Canvas login username/email (recommended) — pair with CANVAS_PASSWORD for auto-login. No SSO/2FA.",
          "format": "string",
          "name": "CANVAS_USERNAME"
        },
        {
          "description": "Canvas password (recommended) — required iff CANVAS_USERNAME is set",
          "format": "string",
          "isSecret": true,
          "name": "CANVAS_PASSWORD"
        },
        {
          "description": "Canvas personal access token (advanced) — most schools have disabled token creation",
          "format": "string",
          "isSecret": true,
          "name": "CANVAS_TOKEN"
        },
        {
          "description": "Canvas OAuth client ID (advanced — for SSO accounts that can't use username/password)",
          "format": "string",
          "name": "CANVAS_CLIENT_ID"
        },
        {
          "description": "Canvas OAuth client secret (advanced)",
          "format": "string",
          "isSecret": true,
          "name": "CANVAS_CLIENT_SECRET"
        },
        {
          "description": "Canvas OAuth refresh token (advanced) — bootstrap via canvas-parent-mcp-qr-login",
          "format": "string",
          "isSecret": true,
          "name": "CANVAS_REFRESH_TOKEN"
        },
        {
          "description": "Friendly name for the Canvas instance (defaults to the host portion of the base URL)",
          "format": "string",
          "name": "CANVAS_NAME"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...