MCP server for WHOOP — recovery, strain, sleep, and HRV data for AI agents via Model Context Protocol. Built for self-quantified humans.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"whoop-mcp": {
"command": "npx",
"args": [
"-y",
"davidmosiah/whoop-mcp"
]
}
}
}
Run in terminal:
claude mcp add whoop-mcp npx -y davidmosiah/whoop-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"whoop-mcp": {
"command": "npx",
"args": [
"-y",
"davidmosiah/whoop-mcp"
]
}
}
}