MCP server exposing the Canvas LMS REST API (1,116 endpoints) for AI assistants
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Canvas API MCP.
whoamiIdentity and your role in each course
get_calendar_feed_urlYour private calendar `.ics` link (only when you ask for it)
my_coursesActive courses with code, term, role
whats_dueEverything due, soonest first
my_gradesCurrent score per course
list_assignmentsA course's assignments and submission state
Ask your AI what's due and it reads the answer straight from Canvas:
real deadlines, real submission status, no copying anything across.
An MCP server for Canvas LMS. 16 curated tools for everyday student work, plus a gateway that reaches every endpoint your Canvas instance exposes.
π Documentation: mcp.johannsenlum.com/canvas-lms Β· install guide Β· tool reference Β· skills Β· compliance
Personal-use software. Canvas's API Policy requires OAuth for applications used by multiple people, and Canvas OAuth cannot be implemented safely by locally installed software (no PKCE, and
client_secretcannot be shipped in a package). Use this with your own token on your own account. See Compliance.
Real prompts, and which tool answers them.
You: What's due this week? Claude: (calls
whats_due): You have 3 things due: Problem Set 4 (Thu, CS3230), a discussion reply (Fri, IS4302), and the Milestone 2 report (Sun, EE2211).
You: How am I doing in my databases course, and what's on the syllabus for week 6? Claude: (calls
my_grades, thenget_syllabus, thencourse_contentfor the week 6 module): You're at 87% overall. Week 6 covers normalization and has a reading plus a lab file due Friday.
You: Summarize the PDF lecture notes for lecture 8 and pull up my submission for the essay so I can see the feedback. Claude: (calls
list_files+read_filefor the PDF, thenmy_submissionfor the essay): ...
You: Reply to the "Project teams" discussion and say I'm free after 3pm for the group meeting. Claude: (calls
post_discussion_replyβοΈ): Posted to the thread.
You: Has Canvas ever given me quiz statistics broken down by question, across the whole semester? Claude: (calls
search_canvas_apito find the right endpoint, thencanvas_requestto call it): ...
The last example is the point of the gateway tools: if an endpoint exists on your
Canvas instance, search_canvas_api can find it and canvas_request can call it,
even though only 16 tools are hand-curated.
Python 3.11+
A Canvas personal access token. Your institution must allow students to create them: check Canvas β Account β Settings β Approved Integrations for a "+ New access token" button. Full walkthrough with screenshots: mcp.johannsenlum.com/canvas-lms/install.
Note that the token expires. Since Instructure's October 2025 security update,
accounts holding only student roles must set an expiry no more than 120 days out,
and institutions often cap it lower (NUS allows 90). Write the date down: an expired
token makes every tool return 401 at once, which looks like a broken install rather
than a credential that simply ran out.
canvas-api-mcp is published on PyPI. Run it with:
Install from source (contributors / unreleased main). Not part of the
normal install path above, only needed if you want the latest unreleased
code instead of the published PyPI release:
Or run from a local clone:
One-click deeplinks exist for Cursor, VS Code, and LM Studio only. No other
client has a documented install-link format. These prefill the config below but
still need CANVAS_BASE_URL and CANVAS_TOKEN filled in afterward.
Your token stays on your machine, in your own config file. It is never transmitted anywhere except directly to your Canvas instance.
| Client | Deeplink? |
|---|---|
| Claude Code | no |
| Claude Desktop | no |
| Cursor | yes, above |
| VS Code | yes, above |
| LM Studio | yes, above |
| Zed | no |
| Windsurf | no (Windsurf only resolves servers in its own registry) |
~/.claude.jsonclaude_desktop_config.jsonmacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
No one-click install exists for Claude Desktop (it installs .mcpb bundles, not
deeplinks). Copy this JSON in via Settings β Developer β Edit Config:
~/.cursor/mcp.jsonFallback for the button above, or if you'd rather paste it directly:
.vscode/mcp.jsonFallback for the button above, or if you'd rather paste it directly. Note VS
Code uses a servers key, not mcpServers:
mcp.json (Program β Install β Edit mcp.json)Fallback for the button above, or if you'd rather paste it directly:
settings.jsonNo deeplink exists for Zed. Add this under context_servers in your Zed
settings:
~/.codeium/windsurf/mcp_config.jsonFactual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/canvas-api-mcp)<a href="https://allmcps.com/mcp/canvas-api-mcp"><img src="https://allmcps.com/api/badge/canvas-api-mcp?style=directory" alt="Canvas API MCP on AllMCPs" /></a>