MCP Server
MCP
io.github.bruchris/canvas-lms-mcp
TypeScript MCP server for Canvas LMS — 165 tools across 42 domains.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "canvas-lms-mcp",
"version": "1.27.4",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Canvas personal access token (Account → Settings → Approved Integrations → New Access Token)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "CANVAS_API_TOKEN"
},
{
"description": "Canvas instance base URL, origin only with no path, e.g. https://school.instructure.com",
"isRequired": true,
"format": "string",
"name": "CANVAS_BASE_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment