74
/ 100
1 month ago
glama

Canvas LMS MCP Server

Enables Claude to interact with the Canvas LMS API to manage courses, assignments, grades, and communications. It supports both remote and local deployments, allowing users to query academic data and submit assignments via natural language.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 3 credentials: CANVAS_API_TOKEN, ENCRYPTION_KEY, OAUTH_CLIENT_SECRET
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
🔐 secretCANVAS_API_TOKENyour_token_here
configCANVAS_BASE_URL"": "https://canvas.yourschool.edu",
configDB_PATH
🔐 secretENCRYPTION_KEY
configOAUTH_CLIENT_ID
🔐 secretOAUTH_CLIENT_SECRET
configOAUTH_REDIRECT_URI
configPORT5. Deploy — the server starts on the assigned automatically
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 2 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/alexherman11-canvas-mcp-13hwxj)](https://m8ven.ai/mcp/alexherman11-canvas-mcp-13hwxj)
commit: 29caf2c772bce7c3a3cff2a09723d05a34334189
code hash: 1d9d576052043a60498744fd588796dd57dbbc075fa04f2c2ad8aae787c18d2f
verified: 6/12/2026, 10:56:07 AM
view raw JSON →