Odel
ClassDojo Classroom MCP

ClassDojo Classroom MCP

Local
@eason0inTypeScriptMITUpdated Yesterday

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmclassdojo-mcpv0.2.0

Run

npx -y classdojo-mcp

MCP client config

{
  "mcpServers": {
    "classdojo-classroom-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "classdojo-mcp"
      ]
    }
  }
}