Loading MCP server directory, please wait...
MCP server for the Codabench REST API — drives a full ML-benchmark participant workflow.
npx @getmcp/cli add io.github.harshitAgr/codabench-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
CODABENCH_API_TOKENDRF token for Codabench. Obtain via https://www.codabench.org/api/docs/ > api-token-auth > Try it out.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.harshitAgr/codabench-mcp": {
"command": "uvx",
"args": [
"codabench-mcp"
],
"env": {
"CODABENCH_API_TOKEN": ""
}
}
}
}