Skip to content
Zed

whoop for Zed

io.github.shashankswe2020-ux/whoop

MCP server for WHOOP health data — recovery, sleep, workouts, cycles, and trends.

client:Zed transport:stdio runtime:npm

Install whoop in Zed

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

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

{
  "context_servers": {
    "whoop": {
      "command": "npx",
      "args": [
        "-y",
        "whoop-ai-mcp"
      ],
      "env": {
        "WHOOP_CLIENT_ID": "<WHOOP_CLIENT_ID>",
        "WHOOP_CLIENT_SECRET": "<WHOOP_CLIENT_SECRET>"
      }
    }
  }
}

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

whoop in other clients