Odel
pitstop

pitstop

Local
@praneethravuri1PythonMITUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIpitstop-f1v0.5.0

Run

uvx pitstop-f1

MCP client config

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