mcpbeat Sign in

ClassDojo Roster MCP Server

local only

ClassDojo Roster MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 482 installs a week from npm. Last commit 26 Aug 2026.

Unofficial local-first MCP for previewing, importing, and verifying ClassDojo rosters from XLSX.

Installs per day peak 375 · avg 14
a month agotoday
482
Installs / week
npm · classdojo-mcp
0
Stars
0 open issues
26 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check ClassDojo Roster MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add classdojo-mcp -- npx -y classdojo-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "classdojo-mcp": {
      "args": [
        "-y",
        "classdojo-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.classdojo-mcp]
command = "npx"
args = ["-y", "classdojo-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "classdojo-mcp": {
      "args": [
        "-y",
        "classdojo-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "classdojo-mcp": {
      "args": [
        "-y",
        "classdojo-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to ClassDojo Roster MCP

same job, measured the same way
Apple Health MCP
by davidmosiah

Unofficial local-first MCP server for Apple Health export data.

313 installs/wk local only
Samsung Health MCP
by davidmosiah

Unofficial local-first MCP server for Samsung Health personal-data CSV/ZIP exports.

264 installs/wk local only
X Archive RAG
by mameshivaa

Local-first MCP tools for searching and drafting from your X/Twitter archive.

local only
Thumbtack MCP
by chrischall

Unofficial Thumbtack MCP — search local service pros, read profiles, ratings and reviews

59 installs/wk local only
MCP Light Memory
by peterpirog

Local-first persistent memory for coding agents and MCP clients.

local only
zotio
by orgmentem

Zotero MCP server: local-first search, library checks, and preview-first writes for AI agents.

local only
Firma
by evan-moon

Local-first portfolio tracker for overseas investors. Claude reads and writes your finances via MCP.

64 installs/wk local only
Polarmcp
by davidmosiah

Privacy-first unofficial Polar AccessLink v4 MCP server for AI health, sleep and training agents.

286 installs/wk local only

ClassDojo Roster MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for ClassDojo Roster MCP?
ClassDojo Roster MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package classdojo-mcp was installed 482 times last week.
How do I connect ClassDojo Roster MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls classdojo-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use ClassDojo Roster MCP?
The npm package classdojo-mcp was installed 482 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is ClassDojo Roster MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.