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.
We read the source, 20 h ago · rules 3dff92dd89df
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.
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.
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.
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.
claude mcp add whoop-mcp -- uvx whoop-mcp
{
"mcpServers": {
"whoop-mcp": {
"args": [
"whoop-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.whoop-mcp]
command = "uvx"
args = ["whoop-mcp"]
{
"mcpServers": {
"whoop-mcp": {
"args": [
"whoop-mcp"
],
"command": "uvx"
}
}
}
{
"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.
Local-first bridge: export your own Mi Fitness (Xiaomi) health data to SQLite/JSON/CSV and MCP.
Query a folder of CSV / Parquet / JSON files with SQL — one queryable source, read-only.
Read-only SQL database and plain-text SQL dump schema extraction to compact TOON for MCP clients.
MCP server for the Withings Health API with OAuth, local SQLite cache, and trend analysis.
MCP server for the Google Health API, with a local SQLite cache and trend analysis.
Query CSV files with SQL via MCP. Fast, local, zero-config, read-only, sandboxable with --root.
Token-light local memory with SQLite hybrid retrieval for MCP agents.
Read-only MCP server for exposing database schema metadata without row data.
Answers built from our own checks of this server.