Ask Claude about your WHOOP recovery, sleep, strain and workouts. Self-hosted, with sign-in.
npx @getmcp/cli add io.github.yuridivonis/whoop-mcp-serverRequires Docker Engine. Community-contributed server. Review source before installing.
WHOOP_CLIENT_IDClient ID of your WHOOP developer app.
WHOOP_CLIENT_SECRETClient secret of your WHOOP developer app.
WHOOP_REDIRECT_URIThe server's /callback address, also added to your WHOOP app. WHOOP needs an https address, such as a tunnel to this computer.
MCP_AUTH_PASSWORDPassword for the sign-in page that protects /mcp, at least 16 characters.
PUBLIC_URLThe address MCP clients use to reach the server. Keep the default when running it on this computer.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.yuridivonis/whoop-mcp-server": {
"command": "docker",
"args": [
"3000:3000",
"whoop-data:/data",
"run",
"-i",
"--rm",
"-e",
"WHOOP_CLIENT_ID",
"-e",
"WHOOP_CLIENT_SECRET",
"-e",
"WHOOP_REDIRECT_URI",
"-e",
"MCP_AUTH_PASSWORD",
"-e",
"PUBLIC_URL",
"-e",
"ENCRYPTION_SECRET",
"ghcr.io/yuridivonis/whoop-mcp-server:1.2.0"
],
"env": {
"WHOOP_CLIENT_ID": "",
"WHOOP_CLIENT_SECRET": "",
"WHOOP_REDIRECT_URI": "",
"MCP_AUTH_PASSWORD": "",
"PUBLIC_URL": "http://localhost:3000",
"ENCRYPTION_SECRET": ""
}
}
}
}Remote MCP server for Tandem docs, install guides, SDKs, workflows, and agent setup help.
Query and update your Odoo ERP in plain language, under your own Odoo access rules.
Ephemeral data sandbox for AI workflows with guardrails and security
MCP server for Anki flashcards: adaptive review, notes, media, and deck management via AnkiConnect.