MCP Server
MCP
io.github.shashankswe2020-ux/whoop
MCP server for WHOOP health data — recovery, sleep, workouts, cycles, and trends.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "whoop-ai-mcp",
"version": "0.5.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your WHOOP Developer App Client ID from developer.whoop.com",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "WHOOP_CLIENT_ID"
},
{
"description": "Your WHOOP Developer App Client Secret from developer.whoop.com",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "WHOOP_CLIENT_SECRET"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment