← Index

io.github.davidmosiah/whoop-mcp

io.github.davidmosiah/whoop-mcp·v0.1.1·Other
Quality Score
80
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "whoop-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "whoop-mcp-unofficial"
      ],
      "env": {
        "WHOOP_CLIENT_ID": "<whoop_client_id>",
        "WHOOP_CLIENT_SECRET": "<your-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>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "whoop-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "whoop-mcp-unofficial"
      ],
      "env": {
        "WHOOP_CLIENT_ID": "<whoop_client_id>",
        "WHOOP_CLIENT_SECRET": "<your-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>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y whoop-mcp-unofficial
§02  Environment variables
WHOOP_CLIENT_ID

WHOOP OAuth client ID. Optional when configured with whoop-mcp-server setup.

WHOOP_CLIENT_SECRET
secret

WHOOP OAuth client secret. Prefer whoop-mcp-server setup so this secret is stored in ~/.whoop-mcp/config.json instead of MCP client config.

WHOOP_REDIRECT_URI

Redirect URI configured in the WHOOP Developer Dashboard. Optional when configured with whoop-mcp-server setup.

WHOOP_TOKEN_PATH

Optional local path for OAuth tokens. Defaults to ~/.whoop-mcp/tokens.json.

WHOOP_PRIVACY_MODE

Optional payload mode: summary, structured, or raw. Defaults to structured.

WHOOP_CACHE

Optional SQLite cache toggle. Set to true or sqlite to enable.

WHOOP_CACHE_PATH

Optional local SQLite cache path. Defaults to ~/.whoop-mcp/cache.sqlite.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other