pitstop for Cursor
io.github.praneethravuri/pitstop
F1 MCP server: live timing, telemetry, standings, news, and a queryable 1950-present database.
client:Cursor
transport:stdio
runtime:pypi
Install pitstop in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"pitstop": {
"type": "stdio",
"command": "uvx",
"args": [
"pitstop-f1"
],
"env": {
"PITSTOP_TRANSPORT": "<PITSTOP_TRANSPORT>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs