whoop-ai-mcp
Rank #1,200io.github.shashankswe2020-ux/whoop
MCP server for WHOOP health data — recovery, sleep, workouts, cycles, and trends.
whoop-ai-mcp is a Model Context Protocol (MCP) server published by shashankswe2020-ux. It ranks #1,200 of 132,046 servers tracked on MCP Toplist, and its repository has 158 GitHub stars. whoop-ai-mcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 3 tracked versions. It was first listed on Apr 10, 2026 and most recently updated on Jun 3, 2026.
Ranks ahead of 130,846 of 132,046 servers on MCP Toplist.
Use whoop-ai-mcp
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add whoop -e "WHOOP_CLIENT_ID=<your WHOOP_CLIENT_ID>" -e "WHOOP_CLIENT_SECRET=<your WHOOP_CLIENT_SECRET>" -- npx -y whoop-ai-mcpReplace each placeholder with your own value before saving.
[mcp_servers.whoop]
command = "npx"
args = ["-y", "whoop-ai-mcp"]
[mcp_servers.whoop.env]
WHOOP_CLIENT_ID = "<your WHOOP_CLIENT_ID>"
WHOOP_CLIENT_SECRET = "<your WHOOP_CLIENT_SECRET>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"whoop": {
"command": "npx",
"args": [
"-y",
"whoop-ai-mcp"
],
"env": {
"WHOOP_CLIENT_ID": "<your WHOOP_CLIENT_ID>",
"WHOOP_CLIENT_SECRET": "<your WHOOP_CLIENT_SECRET>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"whoop": {
"command": "npx",
"args": [
"-y",
"whoop-ai-mcp"
],
"env": {
"WHOOP_CLIENT_ID": "<your WHOOP_CLIENT_ID>",
"WHOOP_CLIENT_SECRET": "<your WHOOP_CLIENT_SECRET>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"whoop": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"whoop-ai-mcp"
],
"env": {
"WHOOP_CLIENT_ID": "<your WHOOP_CLIENT_ID>",
"WHOOP_CLIENT_SECRET": "<your WHOOP_CLIENT_SECRET>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"whoop": {
"command": "npx",
"args": [
"-y",
"whoop-ai-mcp"
],
"env": {
"WHOOP_CLIENT_ID": "<your WHOOP_CLIENT_ID>",
"WHOOP_CLIENT_SECRET": "<your WHOOP_CLIENT_SECRET>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"whoop": {
"command": "npx",
"args": [
"-y",
"whoop-ai-mcp"
],
"env": {
"WHOOP_CLIENT_ID": "<your WHOOP_CLIENT_ID>",
"WHOOP_CLIENT_SECRET": "<your WHOOP_CLIENT_SECRET>"
}
}
}
}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.shashankswe2020-ux%2Fwhoop)<a href="https://mcptoplist.com/server/io.github.shashankswe2020-ux%2Fwhoop"><img src="https://mcptoplist.com/badge/io.github.shashankswe2020-ux%2Fwhoop.svg" alt="MCP Toplist: Top 1% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
shashankswe2020-ux
Available versions (3)
| Version | Published |
|---|---|
| 0.5.2 | Jun 3, 2026 |
| 0.3.1 | May 30, 2026 |
| 0.2.1 | Apr 16, 2026 |
Frequently asked questions
- Who maintains whoop-ai-mcp?
- whoop-ai-mcp is maintained by shashankswe2020-ux, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is whoop-ai-mcp listed on the Official MCP Registry?
- Yes — whoop-ai-mcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does whoop-ai-mcp have?
- MCP Toplist tracks 3 versions of whoop-ai-mcp, most recently published on Jun 3, 2026.
- Where can I find the source code for whoop-ai-mcp?
- The source code for whoop-ai-mcp is hosted at github.com/shashankswe2020-ux/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.