RaceHooks
About
F1 race analytics & live timing for AI assistants — webhooks, results, and race simulations.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
RACEHOOKS_CLIENT_ID RACEHOOKS_CLIENT_SECRET RACEHOOKS_BASE_URLClaude Code
claude mcp add --env RACEHOOKS_CLIENT_ID= --env RACEHOOKS_CLIENT_SECRET= --env RACEHOOKS_BASE_URL= racehooks-mcp -- npx racehooks-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"racehooks-mcp","command":"npx","args":["racehooks-mcp"],"env":{"RACEHOOKS_CLIENT_ID":"","RACEHOOKS_CLIENT_SECRET":"","RACEHOOKS_BASE_URL":""}}'
JSON
{
"mcpServers": {
"racehooks-mcp": {
"command": "npx",
"args": [
"racehooks-mcp"
],
"env": {
"RACEHOOKS_CLIENT_ID": "",
"RACEHOOKS_CLIENT_SECRET": "",
"RACEHOOKS_BASE_URL": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.