Home › Other › whoop-mcp

whoop-mcp

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

TypeScript
★ 158 stars Last pushed 2026-09-22 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.5.2)

npx -y whoop-ai-mcp@0.5.2

Or add to your MCP client config:

{
  "mcpServers": {
    "whoop-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "whoop-ai-mcp@0.5.2"
      ],
      "env": {
        "WHOOP_CLIENT_ID": "<YOUR_VALUE>",
        "WHOOP_CLIENT_SECRET": "<YOUR_VALUE>"
      }
    }
  }
}
  • WHOOP_CLIENT_ID required secret — Your WHOOP Developer App Client ID from developer.whoop.com
  • WHOOP_CLIENT_SECRET required secret — Your WHOOP Developer App Client Secret from developer.whoop.com

Related servers

Data from the Official MCP Registry