Odel
whoop mcp

whoop mcp

Local
@shashankswe2020-ux147TypeScriptMITUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmwhoop-ai-mcpv0.5.2

Run

npx -y whoop-ai-mcp

MCP client config

{
  "mcpServers": {
    "whoop-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "whoop-ai-mcp"
      ]
    }
  }
}