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).
Run
uvx f1-mcp
MCP client config
{
"mcpServers": {
"f1-data-server": {
"command": "uvx",
"args": [
"f1-mcp"
]
}
}
}