Skip to content
Cursor

F1 Data Server for Cursor

io.github.drivenrajat/f1

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

client:Cursor transport:stdio runtime:pypi

Install F1 Data Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

F1 Data Server in other clients