Skip to content
Claude Desktop

F1 Data Server for Claude Desktop

io.github.drivenrajat/f1

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

client:Claude Desktop transport:stdio runtime:pypi

Install F1 Data Server in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

F1 Data Server in other clients