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.
Latest Blog Posts
- 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