Skip to content
Cursor

WHOOP Health Signals for Cursor

io.github.yadheedhya06/mcp-server-whoop

Local-first, read-only WHOOP MCP server for recovery, sleep, strain, workouts, and body signals

client:Cursor transport:stdio runtime:npm

Install WHOOP Health Signals in Cursor

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

{
  "mcpServers": {
    "mcp-server-whoop": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-whoop"
      ]
    }
  }
}

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

WHOOP Health Signals in other clients