Skip to content
Cline

RaceHooks for Cline

io.github.racehooks/racehooks-mcp

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

client:Cline transport:stdio runtime:npm

Install RaceHooks in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "racehooks-mcp": {
      "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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

RaceHooks in other clients