f1verse for Grok
io.github.jinsim/f1verse
Formula 1 race data with the domain rules applied: stints, tyre wear, publish-safety. Zero deps.
client:Grok
transport:stdio
runtime:pypi
Install f1verse in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"f1verse": {
"type": "stdio",
"command": "uvx",
"args": [
"f1verse"
]
}
}
}
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