Skip to main content
Glama

whoop-mcp

Local MCP server exposing your WHOOP data (recovery, sleep, strain, workouts) as tools for Claude.

Setup

  1. Create an app at the WHOOP Developer Dashboard.

    • Redirect URI: http://localhost:8934/callback

    • Scopes: read:recovery, read:sleep, read:cycles, read:workout, read:profile, read:body_measurement, offline

  2. Install deps: npm install

  3. Write your credentials to ~/.whoop-mcp/credentials.json (mode 600):

    { "client_id": "...", "client_secret": "..." }

    (Keeping secrets out of shell history/process args — auth.js and server.js both read WHOOP_CLIENT_ID/WHOOP_CLIENT_SECRET env vars first and fall back to this file.)

  4. Authorize once: node auth.js. This opens your browser, you approve, and tokens are saved to ~/.whoop-mcp/tokens.json.

  5. Register the server in ~/.claude/mcp.json:

    "whoop": {
      "command": "node",
      "args": ["/Users/tinislavandreev/whoop-mcp/server.js"],
      "env": {
        "WHOOP_CLIENT_ID": "...",
        "WHOOP_CLIENT_SECRET": "..."
      }
    }
  6. Restart Claude so it picks up the new server.

Related MCP server: Whoop MCP Server

Tools

  • whoop_get_recovery(start?, end?, limit?)

  • whoop_get_sleep(start?, end?, limit?)

  • whoop_get_cycles(start?, end?, limit?)

  • whoop_get_workouts(start?, end?, limit?)

  • whoop_get_profile()

  • whoop_get_body_measurement()

  • whoop_get_daily_summary(date?) — combined cycle + recovery + sleep for one day

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/andreeevtinislav/whoop-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server