pitstop for Grok
io.github.praneethravuri/pitstop
F1 MCP server: live timing, telemetry, standings, news, and a queryable 1950-present database.
client:Grok
transport:stdio
runtime:pypi
Install pitstop in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"pitstop": {
"type": "stdio",
"command": "uvx",
"args": [
"pitstop-f1"
],
"env": {
"PITSTOP_TRANSPORT": "<PITSTOP_TRANSPORT>"
}
}
}
}
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