Canvas MCP
Rank #285io.github.vishalsachdev/canvas-mcp
Canvas LMS integration for students and educators with optional privacy controls
Canvas MCP is a Model Context Protocol (MCP) server published by vishalsachdev. It ranks #285 of 115,460 servers tracked on MCP Toplist, and its repository has 209 GitHub stars. Canvas MCP is listed across 3 registries — Official MCP, Glama and PulseMCP, with 16 tracked versions. It was first listed on Feb 28, 2025 and most recently updated on Aug 30, 2026.
Ranks ahead of 115,175 of 115,460 servers on MCP Toplist.
Use Canvas MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add canvas-mcp -- uvx canvas-mcp[mcp_servers.canvas-mcp]
command = "uvx"
args = ["canvas-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"canvas-mcp": {
"command": "uvx",
"args": [
"canvas-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"canvas-mcp": {
"command": "uvx",
"args": [
"canvas-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"canvas-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"canvas-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"canvas-mcp": {
"command": "uvx",
"args": [
"canvas-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"canvas-mcp": {
"command": "uvx",
"args": [
"canvas-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.vishalsachdev%2Fcanvas-mcp)<a href="https://mcptoplist.com/server/io.github.vishalsachdev%2Fcanvas-mcp"><img src="https://mcptoplist.com/badge/io.github.vishalsachdev%2Fcanvas-mcp.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
vishalsachdev
Other servers by vishalsachdev
View all vishalsachdev servers →Available versions (16)
| Version | Published |
|---|---|
| 1.12.0 | Aug 30, 2026 |
| 1.11.0 | Aug 21, 2026 |
| 1.10.0 | Aug 15, 2026 |
| 1.9.0 | Aug 10, 2026 |
| 1.8.0 | Aug 9, 2026 |
| 1.7.0 | Aug 8, 2026 |
| 1.6.0 | Jul 30, 2026 |
| 1.5.0 | Jul 5, 2026 |
| 1.4.0 | Jun 18, 2026 |
| 1.3.0 | May 2, 2026 |
| 1.2.0 | Apr 10, 2026 |
| 1.0.8 | Feb 16, 2026 |
| 1.0.6 | Jan 18, 2026 |
| 1.0.2 | Oct 10, 2025 |
| 1.0.1 | Oct 10, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Canvas MCP?
- Canvas MCP is maintained by vishalsachdev, which publishes 2 MCP servers (16 total versions) tracked on MCP Toplist.
- Is Canvas MCP listed on the Official MCP Registry?
- Yes — Canvas MCP is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Canvas MCP have?
- MCP Toplist tracks 16 versions of Canvas MCP, most recently published on Aug 30, 2026.
- Where can I find the source code for Canvas MCP?
- The source code for Canvas MCP is hosted at github.com/vishalsachdev/canvas-mcp.