← Back to Plugins
MCP Server MCP

Canvas API MCP

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx canvas-api-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "canvas-api-mcp",
      "version": "1.1.0",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base URL of your Canvas LMS instance, e.g. https://yourschool.instructure.com",
          "isRequired": true,
          "format": "string",
          "name": "CANVAS_BASE_URL"
        },
        {
          "description": "Canvas API access token (Canvas: Account > Settings > New Access Token)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "CANVAS_TOKEN"
        },
        {
          "description": "Optional cap on the number of pages fetched per paginated Canvas API call",
          "format": "number",
          "name": "CANVAS_MAX_PAGES"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...