whoop-mcp

shashankswe2020-ux/whoop-mcp
★ 44 stars TypeScript 🔌 API Integration Updated 7d ago
MCP server to connect to whoop API
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "whoop-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "shashankswe2020-ux/whoop-mcp"
      ]
    }
  }
}