Skip to content
Cursor

whoop mcp for Cursor

io.github.rajdeepmondaldotcom/whoop-mcp

WHOOP recovery, sleep, strain, and workouts for any AI. Analysis tools, demo mode, fast setup.

client:Cursor transport:stdio runtime:pypi

Install whoop mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "whoop-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "whoop-mcp-server"
      ],
      "env": {
        "WHOOP_MCP_DEMO": "<WHOOP_MCP_DEMO>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

whoop mcp in other clients