mcpbeat Sign in

Whoop MCP Server

by ashwanthramkl Your server? Claim it
local only

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

Read-only WHOOP v2 data for MCP clients, with local SQLite cache and CSV/JSONL/Parquet exports.

Installs per day peak 52 · avg 28 · -15% w/w
a month agotoday
156
Installs / week
pypi · whoop-mcp
0
Stars
1 open issues
27 Apr 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

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

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.

Page executes code built at runtime skills/whoop-insights/dashboard_template.html:182
  anomList.innerHTML = anoms.map(a => `

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

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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

This one needs environment variables set before it will start: WHOOP_CLIENT_ID (Client ID from your WHOOP developer app (https://developer-dashboard.whoop.com/apps/create).), WHOOP_CLIENT_SECRET (Client secret from your WHOOP developer app. Used for OAuth token refresh.), WHOOP_REDIRECT_URI (OAuth redirect URI. Defaults to http://localhost:8000/callback — only change if you registered a different URI.), WHOOP_LOG_LEVEL (Log level (DEBUG / INFO / WARNING / ERROR). Default INFO.), WHOOP_LOG_FILE (Path to the rotating log file. Set to empty string to disable file logging. Default ~/.whoop-mcp-server/logs/whoop-mcp.log.), WHOOP_LOG_JSON (Structured JSON logs (true) vs human-readable (false). Default true.). 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
Mi Fitness Data Bridge
by shkyyy18

Local-first bridge: export your own Mi Fitness (Xiaomi) health data to SQLite/JSON/CSV and MCP.

local only
Tablebridge MCP
by michael-whitecapdata

Query a folder of CSV / Parquet / JSON files with SQL — one queryable source, read-only.

72 installs/wk local only
DB2TOON MCP
by kamil5b

Read-only SQL database and plain-text SQL dump schema extraction to compact TOON for MCP clients.

local only
Withings MCP
by partymola

MCP server for the Withings Health API with OAuth, local SQLite cache, and trend analysis.

1 062 installs/wk local only
Google Health MCP
by partymola

MCP server for the Google Health API, with a local SQLite cache and trend analysis.

1 343 installs/wk local only
csvql
by melihbirim

Query CSV files with SQL via MCP. Fast, local, zero-config, read-only, sandboxable with --root.

local only
Tinycontext
by tinysuitehq

Token-light local memory with SQLite hybrid retrieval for MCP agents.

523 installs/wk local only
Secure Schema MCP
by siddharth-coder13

Read-only MCP server for exposing database schema metadata without row data.

66 installs/wk 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 pypi package whoop-mcp was installed 156 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 whoop-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Whoop MCP?
The pypi package whoop-mcp was installed 156 times in the last week. Week over week that is -15%. 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?
Yes — it is published under the MIT licence, written in Python, 0 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.