whoop-mcp
Privacy-first, unofficial WHOOP MCP server for AI health, sleep, recovery, and performance agents.
Package Details
whoop-mcp-unofficial
Environment Variables
WHOOP OAuth client ID. Optional when configured with whoop-mcp-server setup.
WHOOP OAuth client secret. Prefer whoop-mcp-server setup so this secret is stored in ~/.whoop-mcp/config.json instead of MCP client config.
Redirect URI configured in the WHOOP Developer Dashboard. Optional when configured with whoop-mcp-server setup.
Optional local path for OAuth tokens. Defaults to ~/.whoop-mcp/tokens.json.
Optional payload mode: summary, structured, or raw. Defaults to structured. raw means full WHOOP API payloads, not raw device sensor streams.
Optional SQLite cache toggle. Set to true or sqlite to enable.
Optional local SQLite cache path. Defaults to ~/.whoop-mcp/cache.sqlite.
Set to true to bypass the in-memory HTTP response cache (60s TTL for GET only). POST/PUT/DELETE and 4xx/5xx responses are never cached regardless.