whoop-fitness
Enables users to query WHOOP health data including recovery, sleep, workouts, and cycles through Claude Desktop using MCP tools.
README
WHOOP FastAPI + MCP Server
Full-stack WHOOP integration with FastAPI OAuth server and Model Context Protocol (MCP) server for Claude Desktop.
🚀 Features
- FastAPI OAuth Server - Authenticate with WHOOP and access your health data
- MCP Server - Integrate WHOOP data directly into Claude Desktop conversations
- Complete Data Access - Recovery, sleep, workouts, cycles, and body measurements
- Historical Queries - Access data from specific dates or date ranges
- Secure - OAuth 2.0 authentication with encrypted token storage
📦 What's Included
1. FastAPI Application (whoop_simple.py)
Web server for WHOOP OAuth authentication and data exploration:
- OAuth 2.0 flow with WHOOP API
- Dashboard with health metrics
- REST API endpoints for all WHOOP data
- Token caching for seamless access
2. MCP Server (whoop_mcp_server.py)
Model Context Protocol server for Claude Desktop integration:
- 8 tools for accessing WHOOP data
- Support for historical data queries
- Recovery scores, sleep analysis, workout tracking
- Cycles and strain monitoring
Prerequisites
- Python 3.10+
- VS Code with Python extension (optional)
- HTTPS dev URL (ngrok/cloudflared) for OAuth redirect
- Claude Desktop (for MCP integration)
- WHOOP Developer App credentials from developer.whoop.com
Quick Start
1. Install Dependencies
# Create virtual environment
python -m venv .venv
# Activate it
# Windows:
.venv\Scripts\activate
# macOS/Linux:
source .venv/bin/activate
# Install packages
pip install -r requirements.txt
2. Configure Environment
# Copy template
cp .env.example .env
Edit .env and add your credentials:
WHOOP_CLIENT_ID=your_client_id_here
WHOOP_CLIENT_SECRET=your_client_secret_here
PUBLIC_BASE_URL=https://your-ngrok-url.ngrok-free.dev
3. Setup OAuth Tunnel
# Start ngrok
ngrok http 3000
Copy the HTTPS URL and:
- Update
PUBLIC_BASE_URLin.env - Set callback URL in WHOOP Developer Console to:
https://your-ngrok-url.ngrok-free.dev/callback
4. Authenticate with WHOOP
# Start FastAPI server
python whoop_simple.py
# Open browser to http://localhost:3000
# Click "Click here to login with WHOOP"
# Complete OAuth authorization
Once authenticated, a .token_cache.json file is created with your OAuth token.
5. Try FastAPI Endpoints
http://localhost:3000/dashboard- Health dashboardhttp://localhost:3000/me- Profile + body measurementshttp://localhost:3000/daily?day=YYYY-MM-DD- Daily cycles
6. Setup MCP Server (Optional)
For Claude Desktop integration:
-
Configure Claude Desktop:
Edit
%APPDATA%\Claude\claude_desktop_config.json(Windows) or~/Library/Application Support/Claude/claude_desktop_config.json(Mac):{ "mcpServers": { "whoop-fitness": { "command": "C:\\path\\to\\.venv\\Scripts\\python.exe", "args": ["C:\\path\\to\\whoop_mcp_server.py"] } } } -
Restart Claude Desktop
-
Test in Claude:
- "What's my recovery score today?"
- "Show me my last 7 days of data"
- "How did I sleep last night?"
See docs/SETUP_MCP.md for detailed MCP setup instructions.
📖 Documentation
- QUICKSTART.md - Fast setup and running guide
- SETUP_MCP.md - Complete MCP server setup for Claude Desktop
- MCP_README.md - MCP server documentation and available tools
- ARCHITECTURE.md - System architecture and design
- SECURITY_CHECKLIST.md - Security guidelines for GitHub
🔧 Available MCP Tools
Once configured with Claude Desktop, you can use these tools:
| Tool | Description |
|---|---|
get_user_profile |
Get user profile and basic info |
get_recovery_score |
Latest recovery score with HRV, RHR |
get_current_strain |
Current day strain and heart rate |
get_recent_cycles |
Last 7 days of cycles with recovery |
get_latest_sleep |
Most recent sleep data and stages |
get_recent_workouts |
Recent workout activities |
get_body_measurements |
Height, weight, max heart rate |
get_health_summary |
Complete health overview |
🔐 Security
All sensitive data is protected:
.env- API credentials (in .gitignore).token_cache.json- OAuth tokens (in .gitignore).venv/- Virtual environment (in .gitignore)
Safe to commit and share on GitHub!
🐛 Troubleshooting
FastAPI Issues
- 404 errors: Ensure using
/developer/v2/API base - OAuth callback fails: Verify ngrok is running and URLs match
- No data returned: Check scopes in WHOOP Developer Console include:
read:profileread:body_measurementread:cyclesread:recoveryread:sleepread:workout
MCP Server Issues
- Claude Desktop doesn't see server: Check config file path and restart Claude Desktop
- "No access token found": Authenticate via FastAPI server first (
http://localhost:3000/login) - Tools not appearing: Verify Python path in config points to virtual environment
📝 API Endpoints
FastAPI Server Endpoints
GET /- Home page with linksGET /login- Start OAuth flowGET /callback- OAuth callback handlerGET /me- User profile and measurementsGET /daily?day=YYYY-MM-DD- Cycles for specific dayGET /dashboard- Health dashboard with recent data
🤝 Contributing
- Fork the repository
- Create a feature branch
- Make your changes
- Test thoroughly
- Submit a pull request
📄 License
MIT License - See LICENSE file for details
🙏 Acknowledgments
- WHOOP API for health data access
- Model Context Protocol (MCP) for AI integration
- FastAPI for the web framework
- Claude Desktop for MCP support
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。