whoop-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@whoop-mcpwhat's my recovery score today?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
whoop-mcp
Local MCP server exposing your WHOOP data (recovery, sleep, strain, workouts) as tools for Claude.
Setup
Create an app at the WHOOP Developer Dashboard.
Redirect URI:
http://localhost:8934/callbackScopes:
read:recovery,read:sleep,read:cycles,read:workout,read:profile,read:body_measurement,offline
Install deps:
npm installWrite your credentials to
~/.whoop-mcp/credentials.json(mode 600):{ "client_id": "...", "client_secret": "..." }(Keeping secrets out of shell history/process args —
auth.jsandserver.jsboth readWHOOP_CLIENT_ID/WHOOP_CLIENT_SECRETenv vars first and fall back to this file.)Authorize once:
node auth.js. This opens your browser, you approve, and tokens are saved to~/.whoop-mcp/tokens.json.Register the server in
~/.claude/mcp.json:"whoop": { "command": "node", "args": ["/Users/tinislavandreev/whoop-mcp/server.js"], "env": { "WHOOP_CLIENT_ID": "...", "WHOOP_CLIENT_SECRET": "..." } }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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceIntegrates WHOOP biometric data into Claude and other MCP-compatible applications, providing access to sleep analysis, recovery metrics, strain tracking, and biological age data through natural language queries.Last updated1113MIT
- Alicense-qualityCmaintenanceConnects Whoop health data to Claude via an MCP server, enabling retrieval of recovery, sleep, strain, and workout metrics through natural language tools.Last updated435MIT
- Alicense-qualityDmaintenanceEnables Claude to access and analyze Whoop health data including recovery, sleep, strain, and workouts through a custom MCP connector.Last updated4359MIT
- Alicense-qualityCmaintenanceEnables Claude to read your Whoop recovery, sleep, cycle, and workout data through natural language queries.Last updated435MIT
Related MCP Connectors
WHOOP recovery, strain, sleep and workouts in Claude via official WHOOP OAuth. Free, open source.
Garmin data in Claude: 135 tools — activities, sleep, HRV, training, workouts. Free, open source.
Garmin data in Claude & ChatGPT via the Garmin Health API. OAuth sign-in, no password sharing.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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