Whoop MCP Server
@ctvidic
Whoop MCP Server について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"Whoop": {
"command": "python",
"args": [
"/path/to/whoop/src/whoop_server.py"
],
"cwd": "/path/to/whoop",
"env": {
"WHOOP_EMAIL": "[email protected]",
"WHOOP_PASSWORD": "your_password"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Whoop MCP Server?
A Model Context Protocol (MCP) server that provides language models with access to the Whoop API. It enables querying cycles, recovery, strain, and workout data from Whoop using standard Python. Designed for developers and users who want to integrate Whoop health metrics into AI assistants.
How to use Whoop MCP Server?
Configure the server in Claude for Desktop by adding the "Whoop" entry to claude_desktop_config.json with the command python and the path to whoop_server.py, along with environment variables WHOOP_EMAIL and WHOOP_PASSWORD. Alternatively, run the HTTP API server using the provided run_whoop_server.sh script. Dates must be provided in ISO format (YYYY-MM-DD).
Key features of Whoop MCP Server
get_cycle_collectionandget_latest_cyclefor cycle queriesget_recovery_dataandget_strain_datafor specific date rangesget_average_strainto calculate strain over a given number of daysget_profileandcheck_auth_statusfor user info and authentication- Human-readable error messages for common issues (invalid dates, auth errors, network problems)
- Supports both MCP (stdio) and HTTP transport
Use cases of Whoop MCP Server
- Ask an AI assistant for today's recovery score
- Retrieve strain data for the past week
- Get the average strain over the last 7 days
- Obtain the latest cycle data for analysis
FAQ from Whoop MCP Server
How do I authenticate with the Whoop API?
The server uses email/password authentication. Set the WHOOP_EMAIL and WHOOP_PASSWORD environment variables in the Claude for Desktop configuration or in the .env file.
What date format should I use for tools?
Dates must be provided in ISO 8601 format: YYYY-MM-DD.
What Python version is required?
The server is written for Python 3.12. Dependencies are listed in requirements.txt.
Can I run the server without Claude for Desktop?
Yes. The project includes an HTTP API server (whoop_http_server.py) that exposes the same functionality over HTTP endpoints. Run it with ./run_whoop_server.sh.
Where are the server files located?
The project structure has a whoop/ directory with source files under src/ (whoop_server.py and whoop_http_server.py), a config/ directory for .env, and a requirements.txt.
「その他」の他のコンテンツ
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Codelf
unbugA search tool helps dev to solve the naming things problem.
コメント