whoop-mcp
About
Read-only WHOOP v2 data for MCP clients, with local SQLite cache and CSV/JSONL/Parquet exports.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
WHOOP_CLIENT_ID WHOOP_CLIENT_SECRET WHOOP_REDIRECT_URI WHOOP_LOG_LEVEL WHOOP_LOG_FILE WHOOP_LOG_JSONClaude Code
claude mcp add --env WHOOP_CLIENT_ID= --env WHOOP_CLIENT_SECRET= --env WHOOP_REDIRECT_URI= --env WHOOP_LOG_LEVEL= --env WHOOP_LOG_FILE= --env WHOOP_LOG_JSON= whoop-mcp -- uvx whoop-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"whoop-mcp","command":"uvx","args":["whoop-mcp"],"env":{"WHOOP_CLIENT_ID":"","WHOOP_CLIENT_SECRET":"","WHOOP_REDIRECT_URI":"","WHOOP_LOG_LEVEL":"","WHOOP_LOG_FILE":"","WHOOP_LOG_JSON":""}}'
JSON
{
"mcpServers": {
"whoop-mcp": {
"command": "uvx",
"args": [
"whoop-mcp"
],
"env": {
"WHOOP_CLIENT_ID": "",
"WHOOP_CLIENT_SECRET": "",
"WHOOP_REDIRECT_URI": "",
"WHOOP_LOG_LEVEL": "",
"WHOOP_LOG_FILE": "",
"WHOOP_LOG_JSON": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.