Skip to content
Windsurf

WHOOP MCP for Windsurf

io.github.cunicopia-dev/whoop-postgres-mcp

Sync WHOOP recovery, sleep, strain, and workouts into Postgres and query them from any MCP client.

client:Windsurf transport:stdio runtime:pypi

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-postgres-mcp": {
      "command": "uvx",
      "args": [
        "whoop-postgres-mcp"
      ],
      "env": {
        "WHOOP_CLIENT_ID": "<WHOOP_CLIENT_ID>",
        "WHOOP_CLIENT_SECRET": "<WHOOP_CLIENT_SECRET>",
        "WHOOP_REDIRECT_URI": "<WHOOP_REDIRECT_URI>",
        "WHOOP_DB_URL": "<WHOOP_DB_URL>"
      }
    }
  }
}

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

WHOOP MCP in other clients