← Back to Plugins
MCP Server MCP

io.github.souravpn/whoop-mcp

github By github 👁 1 views ▲ 0 votes

MCP server for WHOOP — gives Claude access to your recovery, sleep, strain, and workout data

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...