codabench mcp for Grok
io.github.harshitagr/codabench-mcp
MCP server for the Codabench REST API — drives a full ML-benchmark participant workflow.
client:Grok
transport:stdio
runtime:pypi
Install codabench mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"codabench-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"codabench-mcp"
],
"env": {
"CODABENCH_API_TOKEN": "<CODABENCH_API_TOKEN>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs