mcpbeat Sign in

WHOOP Health Signals MCP Server

by yadheedhya06 Your server? Claim it
local only

WHOOP Health Signals runs on your own machine — the client starts it, so there is no endpoint to ping. 54 installs a week from npm. Last commit 17 Jul 2026.

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

Installs per day peak 518 · avg 32 · -22% w/w
a month agotoday
54
Installs / week
npm · mcp-server-whoop
1
Stars
0 open issues
17 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

Claims read-only, but the code runs commands src/auth.ts:203
    const child = spawn(command[0] as string, command[1] as string[], {
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command src/auth.ts:203
    const child = spawn(command[0] as string, command[1] as string[], {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch WHOOP Health Signals and you get told the day something new turns up.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-server-whoop -- npx -y mcp-server-whoop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server-whoop": {
      "args": [
        "-y",
        "mcp-server-whoop"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server-whoop]
command = "npx"
args = ["-y", "mcp-server-whoop"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server-whoop": {
      "args": [
        "-y",
        "mcp-server-whoop"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server-whoop": {
      "args": [
        "-y",
        "mcp-server-whoop"
      ],
      "command": "npx"
    }
  }
}

Alternatives to WHOOP Health Signals

same job, measured the same way
Whoop
by shashankswe2020-ux

MCP server for WHOOP health data — recovery, sleep, workouts, cycles, and trends.

587 installs/wk local only
WHOOP
by mcp-dir

Your WHOOP data in the assistant, read-only: recovery, sleep, strain, workouts, cycles and body meas

13 tools answering
Whoop MCP
by davidmosiah

Privacy-first, unofficial WHOOP MCP server for AI health, sleep, recovery, and performance agents.

307 installs/wk local only
Whoop MCP
by souravpn

MCP server for WHOOP — gives Claude access to your recovery, sleep, strain, and workout data

35 installs/wk local only
Whoop MCP Server
by rajdeepmondaldotcom

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

185 installs/wk local only
Whoop MCP
by rajdeepmondaldotcom

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

local only
Whoop MCP Server
by zayden16

MCP server for the official Whoop API v2: cycles, recovery, sleep, workouts, and profile data

local only
WHOOP MCP
by cunicopia-dev

Sync WHOOP recovery, sleep, strain, and workouts into Postgres and query them from any MCP client.

local only

WHOOP Health Signals — questions

Answers built from our own checks of this server.

Why is there no uptime for WHOOP Health Signals?
WHOOP Health Signals runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package mcp-server-whoop was installed 54 times last week.
How do I connect WHOOP Health Signals?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-server-whoop straight from npm; nothing to host, nothing to sign up for.
How many people use WHOOP Health Signals?
The npm package mcp-server-whoop was installed 54 times in the last week. Week over week that is -22%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is WHOOP Health Signals open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.