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