Skip to content
Grok

F1 Data Server for Grok

io.github.drivenrajat/f1

Access Formula 1 race data, telemetry, lap times, standings, and analytics powered by FastF1

client:Grok transport:stdio runtime:pypi

Install F1 Data Server in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "f1": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "f1-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

F1 Data Server in other clients