Skip to content
Zed

OpenF1 MCP by UnClick for Zed

io.github.malamutemayhem/openf1

Formula 1 sessions, drivers, positions, laps, pit stops, car data, radio, and weather. By UnClick.

client:Zed transport:stdio runtime:npm

Install OpenF1 MCP by UnClick in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "openf1": {
      "command": "npx",
      "args": [
        "-y",
        "@unclick/openf1-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

OpenF1 MCP by UnClick in other clients