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. Last commit 13 Sep 2026.

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

Installs / week
pypi · whoop-postgres-mcp
0
Stars
0 open issues
13 Sep 2026
Last commit
no recent releases
MIT
License
Python

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

This one needs environment variables set before it will start: WHOOP_CLIENT_ID (Client ID of your WHOOP developer app (developer.whoop.com).), WHOOP_CLIENT_SECRET (Client secret of your WHOOP developer app.), WHOOP_REDIRECT_URI (OAuth redirect URI, exactly as registered on the WHOOP app (e.g. http://localhost:8765/callback).), WHOOP_DB_URL (Postgres DSN the server syncs into and reads from (e.g. postgresql://user:pass@localhost:5432/whoop). Tokens are stored in this database.). 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
nlqdb — analytical memory for AI agents
by nlqdb

Analytical memory for AI agents: a real Postgres queried in plain English over MCP. One command.

answering
I
Cloudquery
by cloudquery

CloudQuery MCP server for asset inventory data. Supports CLI, PostgreSQL, and Platform modes.

local only
PostgreSQL MCP Server
by yawlabs

PostgreSQL MCP server - query, schema introspection, explain, and health checks for AI assistants

4 335 installs/wk local only
Read Only Local Postgres MCP Server
by hove

MCP server for read-only PostgreSQL database queries in Claude Desktop

159 installs/wk local only
Database Admin
by cybeleri

Database admin MCP: schema inspection, query optimization for PostgreSQL and MySQL

26 installs/wk local only
Postgres
by ofershap

PostgreSQL MCP — query databases, inspect schemas, explain queries.

34 installs/wk local only
PostgreSQL MCP Server
by musaddiq-dev

Python MCP server for PostgreSQL database inspection and querying

77 installs/wk local only
SQL Preview
by fadnavismehul

Run governed SQL queries and inspect database schemas from MCP agents.

80 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-postgres-mcp.
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-postgres-mcp straight from pypi; nothing to host, nothing to sign up for.
Is WHOOP MCP open source?
Yes — it is published under the MIT licence, written in Python and 0 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.