Skip to content
Claude Desktop

codabench mcp for Claude Desktop

io.github.harshitagr/codabench-mcp

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

client:Claude Desktop transport:stdio runtime:pypi

Install codabench mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

{
  "mcpServers": {
    "codabench-mcp": {
      "command": "uvx",
      "args": [
        "codabench-mcp"
      ],
      "env": {
        "CODABENCH_API_TOKEN": "<CODABENCH_API_TOKEN>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

codabench mcp in other clients