ClassDojo Roster MCP
Rank #16,204io.github.Eason0in/classdojo-mcp
Unofficial local-first MCP for previewing, importing, and verifying ClassDojo rosters from XLSX.
ClassDojo Roster MCP is a Model Context Protocol (MCP) server published by Eason0in. It ranks #16,204 of 115,460 servers tracked on MCP Toplist. ClassDojo Roster MCP is listed on Official MCP, with 2 tracked versions. It was first listed on Aug 26, 2026 and most recently updated on Aug 26, 2026.
Ranks ahead of 99,256 of 115,460 servers on MCP Toplist.
Use ClassDojo Roster MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add classdojo-mcp -e "CLASSDOJO_CDP_URL=<your CLASSDOJO_CDP_URL>" -- npx -y classdojo-mcpReplace each placeholder with your own value before saving.
[mcp_servers.classdojo-mcp]
command = "npx"
args = ["-y", "classdojo-mcp"]
[mcp_servers.classdojo-mcp.env]
CLASSDOJO_CDP_URL = "<your CLASSDOJO_CDP_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"classdojo-mcp": {
"command": "npx",
"args": [
"-y",
"classdojo-mcp"
],
"env": {
"CLASSDOJO_CDP_URL": "<your CLASSDOJO_CDP_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"classdojo-mcp": {
"command": "npx",
"args": [
"-y",
"classdojo-mcp"
],
"env": {
"CLASSDOJO_CDP_URL": "<your CLASSDOJO_CDP_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"classdojo-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"classdojo-mcp"
],
"env": {
"CLASSDOJO_CDP_URL": "<your CLASSDOJO_CDP_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"classdojo-mcp": {
"command": "npx",
"args": [
"-y",
"classdojo-mcp"
],
"env": {
"CLASSDOJO_CDP_URL": "<your CLASSDOJO_CDP_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"classdojo-mcp": {
"command": "npx",
"args": [
"-y",
"classdojo-mcp"
],
"env": {
"CLASSDOJO_CDP_URL": "<your CLASSDOJO_CDP_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Eason0in%2Fclassdojo-mcp)<a href="https://mcptoplist.com/server/io.github.Eason0in%2Fclassdojo-mcp"><img src="https://mcptoplist.com/badge/io.github.Eason0in%2Fclassdojo-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
Eason0in
Other servers by Eason0in
View all Eason0in servers →Available versions (2)
| Version | Published |
|---|---|
| 0.1.2 | Aug 26, 2026 |
| 0.1.1 | Aug 26, 2026 |
Frequently asked questions
- Who maintains ClassDojo Roster MCP?
- ClassDojo Roster MCP is maintained by Eason0in, which publishes 3 MCP servers (8 total versions) tracked on MCP Toplist.
- Is ClassDojo Roster MCP listed on the Official MCP Registry?
- Yes — ClassDojo Roster MCP is listed on the Official MCP Registry.
- How many versions does ClassDojo Roster MCP have?
- MCP Toplist tracks 2 versions of ClassDojo Roster MCP, most recently published on Aug 26, 2026.
- Where can I find the source code for ClassDojo Roster MCP?
- The source code for ClassDojo Roster MCP is hosted at github.com/Eason0in/classdojo-mcp.