Skip to content
Cursor

pitstop for Cursor

io.github.praneethravuri/pitstop

F1 MCP server: live timing, telemetry, standings, news, and a queryable 1950-present database.

client:Cursor transport:stdio runtime:pypi

Install pitstop in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "pitstop": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "pitstop-f1"
      ],
      "env": {
        "PITSTOP_TRANSPORT": "<PITSTOP_TRANSPORT>"
      }
    }
  }
}

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

pitstop in other clients