mcpbeat Sign in
local only

Whoop MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 185 installs a week from pypi. Last commit 12 Jun 2026.

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

Installs per day peak 63 · avg 21 · -9% w/w
a month agotoday
185
Installs / week
pypi · whoop-mcp-server
2
Stars
0 open issues
12 Jun 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Whoop MCP Server 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-server -- uvx whoop-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "whoop-mcp-server": {
      "args": [
        "whoop-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.whoop-mcp-server]
command = "uvx"
args = ["whoop-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "whoop-mcp-server": {
      "args": [
        "whoop-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "whoop-mcp-server": {
      "args": [
        "whoop-mcp-server"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: WHOOP_MCP_DEMO (Set to 1 to serve realistic generated data (no WHOOP account needed)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Whoop MCP Server

same job, measured the same way
Whoop MCP
by rajdeepmondaldotcom

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

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 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
by shashankswe2020-ux

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

587 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
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 zayden16

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

local only
WHOOP — MissingMCP
by missingmcp

WHOOP recovery, strain, sleep and workouts in Claude via official WHOOP OAuth. Free, open source.

answering

Whoop MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Whoop MCP Server?
Whoop MCP Server 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 pypi package whoop-mcp-server was installed 185 times last week.
How do I connect Whoop MCP Server?
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 whoop-mcp-server straight from pypi; nothing to host, nothing to sign up for.
How many people use Whoop MCP Server?
The pypi package whoop-mcp-server was installed 185 times in the last week. Week over week that is -9%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Whoop MCP Server open source?
Yes — it is published under the MIT licence, written in Python and 2 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.