---
title: "Deploy Whoop MCP"
description: "MCP server for WHOOP - integrate your fitness and biometric data with Poke"
category: "Other"
url: https://railway.com/deploy/whoop-mcp
---

# Deploy Whoop MCP

MCP server for WHOOP - integrate your fitness and biometric data with Poke

**[Deploy Whoop MCP on Railway](https://railway.com/template/whoop-mcp)**

- **Creator:** Jed Patterson's Projects
- **Category:** Other
- **Total deploys:** 39

## Template content

### whoop-mcp https://images.seeklogo.com/logo-png/41/1/whoop-logo-png_seeklogo-411206.png

- **Source:** JedPattersonn/whoop-mcp

## Documentation

# 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

- [Model Context Protocol (MCP) Specification](https://modelcontextprotocol.io/)
- [WHOOP API Documentation](https://developer.whoop.com/)
- [Bun Documentation](https://bun.sh/)

### Implementation Details

Set these environment variables in Railway:

```bash
WHOOP_EMAIL=your-email@example.com
WHOOP_PASSWORD=your-password
MCP_AUTH_TOKEN=your-secret-token  # Optional but recommended
```

Connect from Claude Desktop:

```json
{
  "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.

## Similar templates

- [Rocky Linux](https://railway.com/deploy/rocky-linux) — Hosted Rocky Linux 9 workspace with SSH and persistent storage. 🚀
- [Foundry Virtual Tabletop](https://railway.com/deploy/X5tR6G) — A Self-Hosted & Modern Roleplaying Platform
- [Letta Code Remote](https://railway.com/deploy/letta-code-remote) — Run a Letta Code agent 24/7. No inbound ports, just deploy.

Open this page in a browser: https://railway.com/deploy/whoop-mcp
