Skip to content
Claude Desktop

whoop mcp for Claude Desktop

io.github.briangaoo/whoop-mcp

Full read + write access to your Whoop fitness data via the private iOS API. 48 tools.

client:Claude Desktop transport:stdio runtime:npm

Install whoop mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "whoop-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@briangaoo/whoop-mcp"
      ],
      "env": {
        "WHOOP_IOS_BEARER_TOKEN": "<WHOOP_IOS_BEARER_TOKEN>",
        "WHOOP_COGNITO_REFRESH_TOKEN": "<WHOOP_COGNITO_REFRESH_TOKEN>",
        "WHOOP_EMAIL": "<WHOOP_EMAIL>",
        "WHOOP_USER_ID": "<WHOOP_USER_ID>",
        "WHOOP_TIMEZONE": "<WHOOP_TIMEZONE>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

whoop mcp in other clients