Skip to content
Cursor

canvas mcp for Cursor

io.github.vishalsachdev/canvas-mcp

Canvas LMS integration for students and educators with optional privacy controls

client:Cursor transport:stdio runtime:pypi

Install canvas mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "canvas-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "canvas-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

canvas mcp in other clients