Canvas MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 149 installs a week from pypi. Last commit 23 Jul 2026.
Local-first MCP server for Canvas LMS. Stdio transport, no third-party broker.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add canvas-mcp -- uvx canvas-local-mcp
{
"mcpServers": {
"canvas-mcp": {
"args": [
"canvas-local-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.canvas-mcp]
command = "uvx"
args = ["canvas-local-mcp"]
{
"mcpServers": {
"canvas-mcp": {
"args": [
"canvas-local-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"canvas-mcp": {
"args": [
"canvas-local-mcp"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.