Skip to content
Cursor

codabench mcp for Cursor

io.github.harshitagr/codabench-mcp

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

client:Cursor transport:stdio runtime:pypi

Install codabench mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

codabench mcp in other clients