MCP Server
MCP
io.github.souravpn/whoop-mcp
MCP server for WHOOP — gives Claude access to your recovery, sleep, strain, and workout data
Install
npx -y @souravpn/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@souravpn/whoop-mcp",
"version": "1.0.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "OAuth2 Client ID from your WHOOP developer app at developer-dashboard.whoop.com",
"isRequired": true,
"format": "string",
"name": "WHOOP_CLIENT_ID"
},
{
"description": "OAuth2 Client Secret from your WHOOP developer app. Run whoop-mcp-auth-setup once to complete OAuth flow.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "WHOOP_CLIENT_SECRET"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment