WHOOP MCP for Cursor
io.github.cunicopia-dev/whoop-postgres-mcp
Sync WHOOP recovery, sleep, strain, and workouts into Postgres and query them from any MCP client.
client:Cursor
transport:stdio
runtime:pypi
Install WHOOP MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"whoop-postgres-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"whoop-postgres-mcp"
],
"env": {
"WHOOP_CLIENT_ID": "<WHOOP_CLIENT_ID>",
"WHOOP_CLIENT_SECRET": "<WHOOP_CLIENT_SECRET>",
"WHOOP_REDIRECT_URI": "<WHOOP_REDIRECT_URI>",
"WHOOP_DB_URL": "<WHOOP_DB_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs