F1 Data Server for VS Code
io.github.drivenrajat/f1
Access Formula 1 race data, telemetry, lap times, standings, and analytics powered by FastF1
client:VS Code
transport:stdio
runtime:pypi
Install F1 Data Server in VS Code
.vscode/mcp.json
{
"servers": {
"f1": {
"type": "stdio",
"command": "uvx",
"args": [
"f1-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs