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