Canvas LMS (Instructure) for Claude — courses, grades, assignments, planner, files
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
canvas-parent-mcp · npm · 1.2.5
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$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.2.5",
"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"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-06T00:42:15.801968Z",
"publishedAt": "2026-08-06T00:42:15.801968Z",
"updatedAt": "2026-08-06T00:42:15.801968Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 1.2.5last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.