MCP.so
登录

WHOOP MCP Server

@RyanLisse

关于 WHOOP MCP Server

An MCP server implementation for the WHOOP API

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

RyanLisse

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is WHOOP MCP Server?

WHOOP MCP Server is an MCP (Machine Conversation Protocol) server implementation that interfaces with the WHOOP API, enabling AI assistants to access and interact with your WHOOP fitness data. It is designed for developers and users who want to integrate their WHOOP health metrics—such as sleep, workouts, recovery, and cycles—into AI-driven workflows.

How to use WHOOP MCP Server?

Install Node.js (v16+), clone the repository, install dependencies, and configure a .env file with your WHOOP API key obtained from the WHOOP Developer Portal. Start the server with npm start (or npm run dev for auto-restart). All endpoints require authentication via an Authorization: Bearer YOUR_WHOOP_API_TOKEN header.

Key features of WHOOP MCP Server

  • Access WHOOP user profile data
  • Retrieve sleep data and analytics
  • Fetch workout information
  • Get recovery metrics
  • View cycle data
  • Server runs on configurable port (default 3000)

Use cases of WHOOP MCP Server

  • Integrate WHOOP health data into AI-powered personal health dashboards
  • Enable natural-language queries about recent sleep, workouts, or recovery
  • Automate analysis of fitness trends over a date range
  • Combine WHOOP metrics with other data sources via MCP-based assistants

FAQ from WHOOP MCP Server

What dependencies or runtime are required?

Node.js v16 or higher is required. The server is built with JavaScript and uses npm for package management.

How do I obtain and use authentication?

You need a WHOOP API key from the WHOOP Developer Portal. Requests must include an Authorization: Bearer header with your API token.

What data can I retrieve?

The server supports endpoints for user profile, sleep, workouts, recovery, and cycle data, all filterable by start and end dates.

Where does data live and how is it transmitted?

The server acts as a bridge between the WHOOP API and MCP clients; data is fetched on demand from WHOOP's servers over HTTPS. No local storage is mentioned.

What transport or protocol does the server use?

The server exposes plain HTTP endpoints (GET) on the configured port. It follows the MCP architecture pattern but does not specify advanced transport protocols beyond HTTP.

评论

其他 分类下的更多 MCP 服务器