
Deploy Whoop MCP
MCP server for WHOOP - integrate your fitness and biometric data with Poke
whoop-mcp
Just deployed
Deploy and Host Whoop MCP on Railway
A MCP server for accessing WHOOP fitness data. Integrate your biometric metrics—recovery, sleep, strain, and healthspan—into Claude Desktop and other MCP-compatible applications.
About Hosting Whoop MCP
Deploy this MCP server to make your WHOOP data available to AI applications and MCP clients. The server handles authentication with WHOOP's API and provides five tools for accessing your fitness metrics through the Model Context Protocol.
Common Use Cases
- AI Health Coaching: Connect Claude Desktop to get personalized fitness insights based on your real-time WHOOP data
- Custom Dashboards: Build applications that pull your daily recovery, sleep, and strain metrics
- Multi-Client Access: Share your WHOOP data across multiple MCP-compatible tools from one server
Dependencies for Whoop MCP Hosting
- Bun Runtime: JavaScript/TypeScript runtime
- WHOOP Account: Active WHOOP membership with login credentials
Deployment Dependencies
Implementation Details
Set these environment variables in Railway:
[email protected]
WHOOP_PASSWORD=your-password
MCP_AUTH_TOKEN=your-secret-token # Optional but recommended
Connect from Claude Desktop:
{
"mcpServers": {
"whoop": {
"url": "https://your-app.railway.app/mcp",
"headers": {
"Authorization": "Bearer your-secret-token"
}
}
}
}
Why Deploy Whoop MCP on Railway?
Railway is a singular platform to deploy your infrastructure stack. Railway will host your infrastructure so you don't have to deal with configuration, while allowing you to vertically and horizontally scale it.
By deploying Whoop MCP on Railway, you are one step closer to supporting a complete full-stack application with minimal burden. Host your servers, databases, AI agents, and more on Railway.
Template Content
whoop-mcp
JedPattersonn/whoop-mcpWHOOP_EMAIL
Whop account email
WHOOP_PASSWORD
Whoop account password