mcpbeat Sign in

Whoop MCP Server

local only

Whoop MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 35 installs a week from npm. Last commit 27 May 2026.

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

Installs per day peak 11 · avg 5 · +64% w/w
a month agotoday
35
Installs / week
npm · @souravpn/whoop-mcp
0
Stars
0 open issues
27 May 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Whoop MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 whoop-mcp -- npx -y @souravpn/whoop-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "whoop-mcp": {
      "args": [
        "-y",
        "@souravpn/whoop-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.whoop-mcp]
command = "npx"
args = ["-y", "@souravpn/whoop-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "whoop-mcp": {
      "args": [
        "-y",
        "@souravpn/whoop-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "whoop-mcp": {
      "args": [
        "-y",
        "@souravpn/whoop-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: WHOOP_CLIENT_ID (OAuth2 Client ID from your WHOOP developer app at developer-dashboard.whoop.com), WHOOP_CLIENT_SECRET (OAuth2 Client Secret from your WHOOP developer app. Run whoop-mcp-auth-setup once to complete OAuth flow.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Whoop MCP

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
Toggl MCP
by souravpn

MCP server for Toggl Track — gives Claude access to your time tracking data

25 installs/wk 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
by mcp-dir

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

13 tools answering
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 Health Signals
by yadheedhya06

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

54 installs/wk 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 MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Whoop MCP?
Whoop MCP 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 @souravpn/whoop-mcp was installed 35 times last week.
How do I connect Whoop MCP?
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 @souravpn/whoop-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Whoop MCP?
The npm package @souravpn/whoop-mcp was installed 35 times in the last week. Week over week that is +64%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Whoop MCP open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.