mcpbeat Sign in

Codabench MCP Server

by harshitagr Your server? Claim it
local only

Codabench MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 75 installs a week from pypi. Last commit 23 Apr 2026.

MCP server for the Codabench REST API — drives a full ML-benchmark participant workflow.

Installs per day peak 26 · avg 12 · -14% w/w
a month agotoday
75
Installs / week
pypi · codabench-mcp
0
Stars
0 open issues
23 Apr 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Codabench 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 codabench-mcp -- uvx codabench-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "codabench-mcp": {
      "args": [
        "codabench-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.codabench-mcp]
command = "uvx"
args = ["codabench-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "codabench-mcp": {
      "args": [
        "codabench-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "codabench-mcp": {
      "args": [
        "codabench-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: CODABENCH_API_TOKEN (DRF token for Codabench. Obtain via https://www.codabench.org/api/docs/ > api-token-auth > Try it out.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Codabench MCP

same job, measured the same way
Withvibe Roadmap
by withvibe

Per-env roadmap board for WithVibe — an MCP server the orchestrator drives to plan and track work.

local only
veddata
by sanzineo

MCP server for AI agents: discover a web page's data sources and drive the page to reach them.

local only
junai Pipeline MCP
by saajunaid

Agentic pipeline orchestration MCP server for AI-driven development workflows.

205 installs/wk local only
Spec Driven Development
by formulahendry

MCP Server that facilitates spec-driven development workflows, not just Vibe Coding.

48 installs/wk local only
Google Drive MCP
by a1-x-tech

MCP server for the Google Drive API: search, upload, download, organize and share files.

48 installs/wk local only
Pipedrive
by pipeworx-io

Pipedrive MCP Pack — wraps the Pipedrive REST API v1

36 tools answering
MCP Gee Sweet
by khuisman

MCP server for Google Workspace — Sheets, Drive, Docs (HTML or Markdown), and Calendar.

local only
Godot MCP
by tugcantopaloglu

MCP server for full Godot 4.x engine control with 165 tools for AI-driven game development

92 installs/wk local only

Codabench MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Codabench MCP?
Codabench 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 pypi package codabench-mcp was installed 75 times last week.
How do I connect Codabench 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 codabench-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Codabench MCP?
The pypi package codabench-mcp was installed 75 times in the last week. Week over week that is -14%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Codabench MCP open source?
Yes — it is published under the MIT licence, written in Python 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.