WHOOP MCP
Rank #47,560io.github.cunicopia-dev/whoop-postgres-mcp
Sync WHOOP recovery, sleep, strain, and workouts into Postgres and query them from any MCP client.
WHOOP MCP is a Model Context Protocol (MCP) server published by cunicopia-dev. It ranks #47,560 of 132,113 servers tracked on MCP Toplist. WHOOP MCP is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Sep 13, 2026 and most recently updated on Sep 13, 2026.
Ranks ahead of 84,553 of 132,113 servers on MCP Toplist.
Use WHOOP MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add whoop-postgres-mcp -e "WHOOP_CLIENT_ID=<your WHOOP_CLIENT_ID>" -e "WHOOP_CLIENT_SECRET=<your WHOOP_CLIENT_SECRET>" -e "WHOOP_REDIRECT_URI=<your WHOOP_REDIRECT_URI>" -e "WHOOP_DB_URL=<your WHOOP_DB_URL>" -- uvx whoop-postgres-mcpReplace each placeholder with your own value before saving.
[mcp_servers.whoop-postgres-mcp]
command = "uvx"
args = ["whoop-postgres-mcp"]
[mcp_servers.whoop-postgres-mcp.env]
WHOOP_CLIENT_ID = "<your WHOOP_CLIENT_ID>"
WHOOP_CLIENT_SECRET = "<your WHOOP_CLIENT_SECRET>"
WHOOP_REDIRECT_URI = "<your WHOOP_REDIRECT_URI>"
WHOOP_DB_URL = "<your WHOOP_DB_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"whoop-postgres-mcp": {
"command": "uvx",
"args": [
"whoop-postgres-mcp"
],
"env": {
"WHOOP_CLIENT_ID": "<your WHOOP_CLIENT_ID>",
"WHOOP_CLIENT_SECRET": "<your WHOOP_CLIENT_SECRET>",
"WHOOP_REDIRECT_URI": "<your WHOOP_REDIRECT_URI>",
"WHOOP_DB_URL": "<your WHOOP_DB_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"whoop-postgres-mcp": {
"command": "uvx",
"args": [
"whoop-postgres-mcp"
],
"env": {
"WHOOP_CLIENT_ID": "<your WHOOP_CLIENT_ID>",
"WHOOP_CLIENT_SECRET": "<your WHOOP_CLIENT_SECRET>",
"WHOOP_REDIRECT_URI": "<your WHOOP_REDIRECT_URI>",
"WHOOP_DB_URL": "<your WHOOP_DB_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"whoop-postgres-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"whoop-postgres-mcp"
],
"env": {
"WHOOP_CLIENT_ID": "<your WHOOP_CLIENT_ID>",
"WHOOP_CLIENT_SECRET": "<your WHOOP_CLIENT_SECRET>",
"WHOOP_REDIRECT_URI": "<your WHOOP_REDIRECT_URI>",
"WHOOP_DB_URL": "<your WHOOP_DB_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"whoop-postgres-mcp": {
"command": "uvx",
"args": [
"whoop-postgres-mcp"
],
"env": {
"WHOOP_CLIENT_ID": "<your WHOOP_CLIENT_ID>",
"WHOOP_CLIENT_SECRET": "<your WHOOP_CLIENT_SECRET>",
"WHOOP_REDIRECT_URI": "<your WHOOP_REDIRECT_URI>",
"WHOOP_DB_URL": "<your WHOOP_DB_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"whoop-postgres-mcp": {
"command": "uvx",
"args": [
"whoop-postgres-mcp"
],
"env": {
"WHOOP_CLIENT_ID": "<your WHOOP_CLIENT_ID>",
"WHOOP_CLIENT_SECRET": "<your WHOOP_CLIENT_SECRET>",
"WHOOP_REDIRECT_URI": "<your WHOOP_REDIRECT_URI>",
"WHOOP_DB_URL": "<your WHOOP_DB_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.cunicopia-dev%2Fwhoop-postgres-mcp)<a href="https://mcptoplist.com/server/io.github.cunicopia-dev%2Fwhoop-postgres-mcp"><img src="https://mcptoplist.com/badge/io.github.cunicopia-dev%2Fwhoop-postgres-mcp.svg" alt="MCP Toplist: Top 50% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
cunicopia-dev
Other servers by cunicopia-dev
View all cunicopia-dev servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Sep 13, 2026 |
Frequently asked questions
- Who maintains WHOOP MCP?
- WHOOP MCP is maintained by cunicopia-dev, which publishes 4 MCP servers (4 total versions) tracked on MCP Toplist.
- Is WHOOP MCP listed on the Official MCP Registry?
- Yes — WHOOP MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does WHOOP MCP have?
- MCP Toplist tracks 1 version of WHOOP MCP, most recently published on Sep 13, 2026.
- Where can I find the source code for WHOOP MCP?
- The source code for WHOOP MCP is hosted at github.com/cunicopia-dev/whoop-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.