Skip to content
Cursor

openf1 mcp for Cursor

io.github.mrfentmen/openf1-mcp

Live Formula 1 telemetry from OpenF1. No key required.

client:Cursor transport:stdio runtime:npm

Install openf1 mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "openf1-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "openf1-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

openf1 mcp in other clients