Skip to content
Cline

F1 Data Server for Cline

io.github.drivenrajat/f1

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

client:Cline transport:stdio runtime:pypi

Install F1 Data Server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

F1 Data Server in other clients