Servers
Canvas MCP Server v2.0
@DMontgomery40
Version 2.2 - 54 tools available - an MCP server for interacting with the Canvas LMS API. This server allows you to manage courses, assignments, enrollments, and grades within Canvas.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-canvas-lms": {
"command": "docker",
"args": [
"run",
"-d",
"\\"
]
}
}
}