Education LMS MCP server — manage courses, assignments, grades, students, and announcements via Canvas LMS API for ADK-Rust Enterprise
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-education": {
"command": "cargo",
"args": [
"run",
"--",
"mcp-education"
]
}
}
}
Run in terminal:
claude mcp add mcp-education cargo run -- mcp-education
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-education": {
"command": "cargo",
"args": [
"run",
"--",
"mcp-education"
]
}
}
}