Loading MCP server directory, please wait...
MCP server for WHOOP — gives Claude access to your recovery, sleep, strain, and workout data
npx @getmcp/cli add io.github.souravpn/whoop-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
WHOOP_CLIENT_IDOAuth2 Client ID from your WHOOP developer app at developer-dashboard.whoop.com
WHOOP_CLIENT_SECRETOAuth2 Client Secret from your WHOOP developer app. Run whoop-mcp-auth-setup once to complete OAuth flow.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.souravpn/whoop-mcp": {
"command": "npx",
"args": [
"-y",
"@souravpn/whoop-mcp"
],
"env": {
"WHOOP_CLIENT_ID": "",
"WHOOP_CLIENT_SECRET": ""
}
}
}
}