whoop-mcp
Rank #55,174io.github.souravpn/whoop-mcp
MCP server for WHOOP — gives Claude access to your recovery, sleep, strain, and workout data
whoop-mcp is a Model Context Protocol (MCP) server published by souravpn. It ranks #55,174 of 115,460 servers tracked on MCP Toplist. whoop-mcp is listed across 3 registries — Official MCP, Glama and PulseMCP, with 1 tracked version. It was first listed on May 27, 2026 and most recently updated on May 27, 2026.
Ranks ahead of 60,286 of 115,460 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-mcp -e "YOUR_API_KEY=<your YOUR_API_KEY>" -- npx -y @souravpn/whoop-mcpReplace each placeholder with your own value before saving.
[mcp_servers.whoop-mcp]
command = "npx"
args = ["-y", "@souravpn/whoop-mcp"]
[mcp_servers.whoop-mcp.env]
YOUR_API_KEY = "<your YOUR_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"whoop-mcp": {
"command": "npx",
"args": [
"-y",
"@souravpn/whoop-mcp"
],
"env": {
"YOUR_API_KEY": "<your YOUR_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"whoop-mcp": {
"command": "npx",
"args": [
"-y",
"@souravpn/whoop-mcp"
],
"env": {
"YOUR_API_KEY": "<your YOUR_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"whoop-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@souravpn/whoop-mcp"
],
"env": {
"YOUR_API_KEY": "<your YOUR_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"whoop-mcp": {
"command": "npx",
"args": [
"-y",
"@souravpn/whoop-mcp"
],
"env": {
"YOUR_API_KEY": "<your YOUR_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"whoop-mcp": {
"command": "npx",
"args": [
"-y",
"@souravpn/whoop-mcp"
],
"env": {
"YOUR_API_KEY": "<your YOUR_API_KEY>"
}
}
}
}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.souravpn%2Fwhoop-mcp)<a href="https://mcptoplist.com/server/io.github.souravpn%2Fwhoop-mcp"><img src="https://mcptoplist.com/badge/io.github.souravpn%2Fwhoop-mcp.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
souravpn
Other servers by souravpn
View all souravpn servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.1 | May 27, 2026 |
Frequently asked questions
- Who maintains whoop-mcp?
- whoop-mcp is maintained by souravpn, which publishes 2 MCP servers (2 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 and PulseMCP.
- How many versions does whoop-mcp have?
- MCP Toplist tracks 1 version of whoop-mcp, most recently published on May 27, 2026.
- Where can I find the source code for whoop-mcp?
- The source code for whoop-mcp is hosted at github.com/souravpn/whoop-mcp.