Skip to content
Claude Desktop

Openf1 for Claude Desktop

io.github.pipeworx-io/openf1

OpenF1 MCP — real-time & historical Formula 1 data.

client:Claude Desktop transport:streamable-http

Install Openf1 in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "openf1": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://gateway.pipeworx.io/openf1/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Openf1 in other clients