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-mcpShow my recovery scores for this week"
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 Server
Connect your WHOOP fitness data to Claude Desktop through the Model Context Protocol (MCP)
Access your workouts, recovery, sleep patterns, and more through natural language queries in Claude Desktop — all data stays local and private.
Setup
Prerequisites
Python 3.10+
Claude Desktop
Active WHOOP account
A WHOOP Developer App (create one here)
1. Create a WHOOP Developer App
Create a team (if prompted)
Create a new app with these settings:
Scopes:
read:profile,read:workout,read:sleep,read:recovery,read:cycles,offlineRedirect URI:
http://localhost:8080/callback
Note your Client ID and Client Secret
2. Install
git clone https://github.com/juliandag/whoop-mcp.git
cd whoop-mcp
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt3. Configure credentials
cp .env.example .envEdit .env and fill in your Client ID and Client Secret from step 1.
4. Authenticate
source .venv/bin/activate
python setup.pyThis opens your browser for WHOOP login. After authorizing, tokens are saved locally and encrypted.
5. Configure Claude Desktop
Add to your Claude Desktop config:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.jsonLinux:
~/.config/claude/claude_desktop_config.json
{
"mcpServers": {
"whoop": {
"command": "/path/to/whoop-mcp/.venv/bin/python",
"args": ["/path/to/whoop-mcp/src/whoop_mcp_server.py"],
"env": {
"PYTHONPATH": "/path/to/whoop-mcp/src"
}
}
}
}Replace /path/to/whoop-mcp with the actual path where you cloned the repo.
6. Restart Claude Desktop
Related MCP server: WHOOP MCP Server
Usage
Once configured, ask Claude things like:
"Show my WHOOP profile"
"What were my workouts this week?"
"How is my recovery trending?"
"Show my sleep data for the last 7 days"
"What's my HRV looking like?"
Available Tools
Tool | Description |
| User profile info |
| Workout data (filterable by date/limit) |
| Recovery scores (filterable by date/limit) |
| Sleep data (filterable by date/limit) |
| Daily physiological cycles (filterable by date/limit) |
| Check auth status |
| Clear cached API responses |
Security
Tokens are encrypted at rest (AES)
All data stored locally, never sent to third parties
Token files have restricted permissions (600)
Automatic token refresh
Troubleshooting
"No valid access token available" — Re-run python setup.py
Claude Desktop doesn't see the server — Use full absolute paths in the config and run which python3 to find the correct Python path. Restart Claude Desktop after changes.
"Rate limit exceeded" — Wait a minute before making more requests.
License
MIT
Disclaimer
Unofficial integration using the official WHOOP API. Not endorsed by WHOOP.
Based on RomanEvstigneev/whoop-mcp-server, modified for direct OAuth (no proxy dependency).
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
- AlicenseNot gradedqualityDmaintenanceConnects WHOOP fitness data to Claude Desktop, enabling natural language queries about workouts, recovery, sleep patterns, and physiological cycles with secure OAuth authentication and local data storage.10027MIT
- -licenseNot gradedqualityNot gradedmaintenanceConnects WHOOP fitness data to Claude Desktop, enabling natural language queries about workouts, recovery, sleep patterns, and health metrics while keeping data secure and private.
- AlicenseNot gradedqualityDmaintenanceExposes Whoop fitness data (recovery, sleep, strain, workouts) to Claude for use as a daily training coach, enabling natural language queries about your health metrics and training readiness.MIT
- AlicenseNot gradedqualityDmaintenanceConnects WHOOP fitness and recovery data to Claude Desktop, enabling users to query workouts, sleep, recovery, and trends through natural language.MIT
Related MCP Connectors
WHOOP recovery, strain, sleep and workouts in Claude via official WHOOP OAuth. Free, open source.
Garmin data in Claude & ChatGPT via the Garmin Health API. OAuth sign-in, no password sharing.
Garmin data in Claude: 135 tools — activities, sleep, HRV, training, workouts. Free, open source.
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/juliandag/whoop-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server