Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸŽ“ Education
  3. Canvas MCP
Canvas MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 11:47:23 AM

Canvas MCP

User RatingsBe the first to rate and review this MCP server!
View Repository4 GitHub StarsTotal stargazers on GitHub for the source repository (4 stars).Visit Website
canvaslmseducationmcp

Connects local MCP clients to Canvas LMS for courses, assignments, grades, planning, and content retrieval.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

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.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "admin978-canvas-mcp": {
      "command": "uvx",
      "args": [
        "canvas-local-mcp"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (10) Directory Badge Claim listing AlternativesπŸŽ“ More in Education

Overview

The admin978/canvas-mcp MCP server connects local MCP clients to Canvas LMS through the Canvas REST API. It runs over stdio and reads the institution URL and personal access token from ~/.canvas.env, keeping requests in the local client-to-Canvas path without a third-party token broker. Tools retrieve courses, assignments, modules, announcements, pages, file metadata, grades, planner items, upcoming events, and todo items. Reach for it when you want Canvas data available in Claude Desktop or another MCP-compatible workflow, particularly across multiple courses.

Use cases

β€’List assignments across active Canvas courses
β€’Review current grades by course
β€’Track planner items and upcoming events
β€’Fetch Canvas modules, announcements, and pages
β€’Dump course files for offline indexing

Key features

β€’Local stdio MCP transport
β€’Canvas REST API access
β€’Course and assignment retrieval
β€’Grades, planner, events, and todo tools
β€’Module, announcement, page, and file access
β€’Bulk course content dump utility

Capabilities & Tool Schemas (10) ~30 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server β€” may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Canvas MCP.

list_courses

Callable MCP tool function

list_assignments

Callable MCP tool function

list_modules

Callable MCP tool function

list_announcements

Callable MCP tool function

get_page

Callable MCP tool function

get_file_info

Callable MCP tool function

How Canvas MCP works

What admin978/canvas-mcp MCP server does

The admin978/canvas-mcp MCP server exposes selected Canvas LMS data through MCP tools for local AI workflows. It is aimed at students, instructors, and developers who need conversational access to course information without manually browsing each Canvas page.

The available tools cover course discovery, assignments, modules, announcements, pages, file information, grades, planner items, upcoming events, and todo items. Typical requests include finding assignments due across active courses, reviewing current grades, listing next week's events, or fetching a page such as a course syllabus. The listed interface is retrieval-oriented: the provided tools list and fetch Canvas data rather than create or update Canvas records.

A separate command-line utility, canvas-local-mcp-dump, downloads course files and related content for offline indexing. It can target all active courses or receive specific course IDs, with output written to ./canvas-dump/ by default.

How it works

The admin978/canvas-mcp MCP server runs locally and communicates with its MCP client using stdio. When a tool is invoked, the local process sends requests to the official Canvas API endpoints configured for the user’s institution. No external token broker is used in that request path.

Authentication uses a Canvas personal access token. Canvas users create this token under Account, Settings, Approved Integrations, and New Access Token. The server reads the token and the institution’s Canvas base URL from ~/.canvas.env; the base URL should identify the institution root and omit /api/v1.

The project describes itself as alpha software for single-user use. Its API surface may change, so deployments should account for possible revisions.

Setup and configuration

Python 3.10 or newer is required. The package is published on PyPI as canvas-local-mcp, and it can also be installed from a cloned source checkout with an editable install. After installation, create ~/.canvas.env, restrict its permissions, set CANVAS_BASE_URL, and add the Canvas token as CANVAS_TOKEN.

Register the executable as an MCP server in the client configuration. For Claude Desktop, the stdio entry uses the canvas-local-mcp command. Claude Code can register the same executable with claude mcp add canvas-local -- canvas-local-mcp.

The dump utility accepts optional course IDs. Its destination can be changed with CANVAS_DUMP_DIR. Token handling guidance in the project covers file permissions, least privilege, rotation, revocation, and vulnerability reporting.

Tools and capabilities

The admin978/canvas-mcp MCP server provides these tools:

  • list_courses for course listings
  • list_assignments for assignment retrieval
  • list_modules for module data, including module items in the documented example
  • list_announcements for course announcements
  • get_page for fetching a page from a course
  • get_file_info for file metadata
  • get_grades for current grade information
  • planner_items for planner data
  • upcoming_events for forthcoming Canvas events
  • todo for todo items

The companion dump command supports bulk download of course files and related content for offline indexing, but it is separate from the MCP tool list.

Limitations and notes

The repository labels the project alpha and provides no warranty. It is designed for a single user, and the API surface can still change. A Canvas personal access token and institution-specific base URL are required; the supplied material does not describe OAuth support or hosted operation. The server is local-first and uses stdio rather than a remote MCP endpoint.

The README documents Claude Code and Claude Desktop registration. It also says the server works with other MCP-compatible clients, but it does not provide client-specific configuration for each one. Tests use a mocked Canvas API and do not require a token, which describes development testing rather than production authentication.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Education View all alternatives
  • Brightspace MCP Server logoBrightspace MCP Server

    MCP server for D2L Brightspace LMS. Check grades, due dates, assignments, announcements, syllabus, rosters, discussions, and course content. Works with any school that uses Brightspace. Install via npx brightspace-mcp-server@latest.

    πŸŽ“ Education3 views
    Compare vs Brightspace MCP Server β†’
  • Python Docs MCP Server logoPython Docs MCP Server

    Local, read-only retrieval over official Python standard library docs with exact symbol lookup, section-level results, and version-aware context.

    πŸŽ“ Education3 views
    Compare vs Python Docs MCP Server β†’
  • Gossipcat logoGossipcat

    Multi-agent orchestration for Claude Code β€” consensus review, adaptive dispatch, skill learning

    πŸŽ“ Education0 views
    Compare vs Gossipcat β†’
  • MCP Server Pronunciation logoMCP Server Pronunciation

    Local MCP voice coach with English pronunciation, grammar, fluency, phoneme-level feedback, practice drills, and learner-profile hints. Install via uvx mcp-server-pronunciation@0.3.0.

    πŸŽ“ Education4 views
    Compare vs MCP Server Pronunciation β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
4
Stargazers on the source repository.
Last commit
1mo ago
Most recent push to the default branch.
Tools exposed
10
Callable tools this server registers over MCP.
Directory activity
4 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Canvas MCP

Install the PyPI package with `pip install canvas-local-mcp`, or install it from a cloned source checkout with `pip install -e .`.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewCanvas MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/admin978-canvas-mcp?style=directory)](https://allmcps.com/mcp/admin978-canvas-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/admin978-canvas-mcp"><img src="https://allmcps.com/api/badge/admin978-canvas-mcp?style=directory" alt="Canvas MCP on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸŽ“Education
PricingFree
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimePython
AuthAPI key
LicenseMIT
ClientsClaude Desktop
Last updatedSep 5, 2026
9/9 checks healthy over the last 32d
Views4
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars4
GitHub Star CountTotal stargazers on GitHub representing community popularity (4 stars).
Last commit1mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jul 23, 2026
59Quality signal: Good Β· 59/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools29/30
Adoption & activity4/15
Community engagement1/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 18d ago via OSV.dev Β· canvas-local-mcp (PyPI)

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸŽ“ Education β†’Alternatives to Canvas MCP β†’Install in Claude DesktopInstall in CursorInstall in VS Code