Odel
Pitwall — F1 Data for Claude

Pitwall — F1 Data for Claude

Local
@darshjoshi8PythonMITUpdated 1mo ago

F1 race engineer for Claude — 79 tools for live timing, telemetry, strategy, and 75 years of history

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).

PyPIf1pitwallv1.1.1

Run

uvx f1pitwall

MCP client config

{
  "mcpServers": {
    "pitwall-f1-data-for-claude": {
      "command": "uvx",
      "args": [
        "f1pitwall"
      ]
    }
  }
}