Skip to content
Cursor

ClassDojo Classroom MCP for Cursor

io.github.eason0in/classdojo-mcp

Unofficial local-first MCP for ClassDojo roster imports and classroom skill synchronization.

client:Cursor transport:stdio runtime:npm

Install ClassDojo Classroom MCP in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "classdojo-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "classdojo-mcp"
      ],
      "env": {
        "CLASSDOJO_CDP_URL": "<CLASSDOJO_CDP_URL>"
      }
    }
  }
}

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

ClassDojo Classroom MCP in other clients