Canvas API MCP for Cursor
io.github.johannsenlum/canvas-api-mcp
MCP server exposing the Canvas LMS REST API (1,116 endpoints) for AI assistants
client:Cursor
transport:stdio
runtime:pypi
Install Canvas API MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"canvas-api-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"canvas-api-mcp"
],
"env": {
"CANVAS_BASE_URL": "<CANVAS_BASE_URL>",
"CANVAS_TOKEN": "<CANVAS_TOKEN>",
"CANVAS_MAX_PAGES": "<CANVAS_MAX_PAGES>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs