WHOOP MCP for Claude Code
io.github.cunicopia-dev/whoop-postgres-mcp
Sync WHOOP recovery, sleep, strain, and workouts into Postgres and query them from any MCP client.
client:Claude Code
transport:stdio
runtime:pypi
Install WHOOP MCP in Claude Code
run in your project directory
claude mcp add whoop-postgres-mcp -e WHOOP_CLIENT_ID=<WHOOP_CLIENT_ID> -e WHOOP_CLIENT_SECRET=<WHOOP_CLIENT_SECRET> -e WHOOP_REDIRECT_URI=<WHOOP_REDIRECT_URI> -e WHOOP_DB_URL=<WHOOP_DB_URL> -- uvx whoop-postgres-mcp
Adds it for this project only. Append --scope user to make it available everywhere. Claude Code docs