Skip to content
Cursor

RaceHooks for Cursor

io.github.racehooks/racehooks-mcp

F1 race analytics & live timing for AI assistants — webhooks, results, and race simulations.

client:Cursor transport:stdio runtime:npm

Install RaceHooks in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "racehooks-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "racehooks-mcp"
      ],
      "env": {
        "RACEHOOKS_CLIENT_ID": "<RACEHOOKS_CLIENT_ID>",
        "RACEHOOKS_CLIENT_SECRET": "<RACEHOOKS_CLIENT_SECRET>",
        "RACEHOOKS_BASE_URL": "<RACEHOOKS_BASE_URL>"
      }
    }
  }
}

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

RaceHooks in other clients