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
{
"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