Loading MCP server directory, please wait...
Read-only WHOOP v2 data for MCP clients, with local SQLite cache and CSV/JSONL/Parquet exports.
npx @getmcp/cli add io.github.AshwanthramKL/whoop-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
WHOOP_CLIENT_IDClient ID from your WHOOP developer app (https://developer-dashboard.whoop.com/apps/create).
WHOOP_CLIENT_SECRETClient secret from your WHOOP developer app. Used for OAuth token refresh.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.AshwanthramKL/whoop-mcp": {
"command": "uvx",
"args": [
"whoop-mcp"
],
"env": {
"WHOOP_CLIENT_ID": "",
"WHOOP_CLIENT_SECRET": "",
"WHOOP_REDIRECT_URI": "http://localhost:8000/callback",
"WHOOP_LOG_LEVEL": "INFO",
"WHOOP_LOG_FILE": "",
"WHOOP_LOG_JSON": "true"
}
}
}
}