io.github.chrischall/canvas-parent-mcp✓
io.github.chrischall/canvas-parent-mcp · v1.0.2
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.chrischall/canvas-parent-mcp",
"description": "Canvas LMS (Instructure) for Claude — courses, grades, assignments, planner, files",
"repository": {
"url": "https://github.com/chrischall/canvas-parent-mcp",
"source": "github"
},
"version": "1.0.2",
"packages": [
{
"registryType": "npm",
"identifier": "canvas-parent-mcp",
"version": "1.0.2",
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}