OpenF1 MCP by UnClick for Cursor
io.github.malamutemayhem/openf1
Formula 1 sessions, drivers, positions, laps, pit stops, car data, radio, and weather. By UnClick.
client:Cursor
transport:stdio
runtime:npm
Install OpenF1 MCP by UnClick in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"openf1": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@unclick/openf1-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs