batchwatch mcp for Grok
io.github.batchwatch/batchwatch-mcp
Ask batchwatch whether to batch a job and get the real measured queue evidence, not a guess.
client:Grok
transport:stdio
runtime:npm
Install batchwatch mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"batchwatch-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"batchwatch-mcp"
]
}
}
}
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