
whoop mcp
MCP server for whoop
Repository Info
About This Server
MCP server for whoop
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
WHOOP MCP Provider
This is a Model Context Protocol (MCP) provider for WHOOP, allowing you to access WHOOP health and fitness data through a standardized interface.
Features
- OAuth2 authentication with WHOOP API
- Access to WHOOP data including:
- Cycles (daily strain)
- Recovery metrics
- Sleep data
- Workout data
- Body measurements
- User profile information
Setup
-
Clone this repository
-
Install dependencies:
npm install -
Create a
.envfile based on.env.example:cp .env.example .env -
Get your WHOOP API credentials:
- Go to WHOOP Developer Portal
- Create a new application
- Copy your Client ID and Client Secret
- Set your redirect URI
-
Update your
.envfile with your credentials:WHOOP_CLIENT_ID=your_client_id WHOOP_CLIENT_SECRET=your_client_secret WHOOP_REDIRECT_URI=http://localhost:3000/callback
Building
npm run build
Running Tests
npm test
Usage
The provider can be used as a library or as a standalone MCP server:
import { WhoopProvider } from 'whoop-mcp';
const provider = new WhoopProvider({
clientId: 'your_client_id',
clientSecret: 'your_client_secret',
redirectUri: 'your_redirect_uri'
});
Available Resources
whoop://cycle- Daily strain cycleswhoop://recovery- Recovery metricswhoop://sleep- Sleep datawhoop://workout- Workout datawhoop://body_measurement- Body measurementswhoop://profile- User profile information
License
ISC
Quick Start
Clone the repository
git clone https://github.com/elizabethtrykin/whoop-mcpInstall dependencies
cd whoop-mcp
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.