Odel
F1 Data Server

F1 Data Server

Local
@drivenrajat1PythonMITUpdated 7mo ago

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

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

PyPIf1-mcpv0.1.0

Run

uvx f1-mcp

MCP client config

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