io.github.shashankswe2020-ux/whoop MCP Server
io.github.shashankswe2020-ux/whoop
What is the io.github.shashankswe2020-ux/whoop MCP server?
MCP server for WHOOP health data — recovery, sleep, workouts, cycles, and trends.
How to install io.github.shashankswe2020-ux/whoop
Copy-paste configuration for popular MCP clients.
WHOOP_CLIENT_IDrequiredsecretYour WHOOP Developer App Client ID from developer.whoop.com
WHOOP_CLIENT_SECRETrequiredsecretYour WHOOP Developer App Client Secret from developer.whoop.com
{
"mcpServers": {
"whoop": {
"command": "npx",
"args": [
"-y",
"whoop-ai-mcp"
],
"env": {
"WHOOP_CLIENT_ID": "<YOUR_WHOOP_CLIENT_ID>",
"WHOOP_CLIENT_SECRET": "<YOUR_WHOOP_CLIENT_SECRET>"
}
}
}
}{
"mcpServers": {
"whoop": {
"command": "npx",
"args": [
"-y",
"whoop-ai-mcp"
],
"env": {
"WHOOP_CLIENT_ID": "<YOUR_WHOOP_CLIENT_ID>",
"WHOOP_CLIENT_SECRET": "<YOUR_WHOOP_CLIENT_SECRET>"
}
}
}
}{
"mcpServers": {
"whoop": {
"command": "npx",
"args": [
"-y",
"whoop-ai-mcp"
],
"env": {
"WHOOP_CLIENT_ID": "<YOUR_WHOOP_CLIENT_ID>",
"WHOOP_CLIENT_SECRET": "<YOUR_WHOOP_CLIENT_SECRET>"
}
}
}
}{
"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>"
}
}
}
}claude mcp add whoop --env WHOOP_CLIENT_ID=<YOUR_WHOOP_CLIENT_ID> --env WHOOP_CLIENT_SECRET=<YOUR_WHOOP_CLIENT_SECRET> -- npx -y whoop-ai-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.