Skip to content
Gemini CLI

F1 Data Server for Gemini CLI

io.github.drivenrajat/f1

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

client:Gemini CLI transport:stdio runtime:pypi

Install F1 Data Server in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "f1": {
      "command": "uvx",
      "args": [
        "f1-mcp"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

F1 Data Server in other clients