Canvas LMS MCP server — read courses, assignments, submissions, rubrics, quizzes; grade and comment from any AI agent
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"canvas-lms-mcp": {
"command": "npx",
"args": [
"-y",
"bruchris/canvas-lms-mcp"
]
}
}
}
Run in terminal:
claude mcp add canvas-lms-mcp npx -y bruchris/canvas-lms-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"canvas-lms-mcp": {
"command": "npx",
"args": [
"-y",
"bruchris/canvas-lms-mcp"
]
}
}
}