Skip to content
Windsurf

whoop mcp for Windsurf

io.github.davidmosiah/whoop-mcp

Privacy-first, unofficial WHOOP MCP server for AI health, sleep, recovery, and performance agents.

client:Windsurf transport:stdio runtime:npm

Install whoop mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "whoop-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "whoop-mcp-unofficial"
      ],
      "env": {
        "WHOOP_CLIENT_ID": "<WHOOP_CLIENT_ID>",
        "WHOOP_CLIENT_SECRET": "<WHOOP_CLIENT_SECRET>",
        "WHOOP_REDIRECT_URI": "<WHOOP_REDIRECT_URI>",
        "WHOOP_TOKEN_PATH": "<WHOOP_TOKEN_PATH>",
        "WHOOP_PRIVACY_MODE": "<WHOOP_PRIVACY_MODE>",
        "WHOOP_CACHE": "<WHOOP_CACHE>",
        "WHOOP_CACHE_PATH": "<WHOOP_CACHE_PATH>",
        "WHOOP_NO_CACHE": "<WHOOP_NO_CACHE>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

whoop mcp in other clients