MCP Directory
Back

totem

by thebriangao · TypeScript · ★ 82

Model Context Protocol server giving Claude (or any MCP client) full read + write access to your Whoop fitness data via the private reverse-engineered iOS API. 47 tools: recovery, sleep, strain, HRV trends, Strength Trainer, journal, Whoop Coach, and smart alarm. TypeScript + zod, auto-refresh Cognito auth.

#anthropic#claude#fitness#mcp#model-context-protocol#reverse-engineered#typescript#whoop

Install

npx -y github:thebriangao/totem

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "totem": {
      "command": "npx",
      "args": [
        "-y",
        "github:thebriangao/totem"
      ]
    }
  }
}

From the README

Totem gives Claude (or any MCP-compatible AI) full read + write access to your wearable data. Today it speaks Whoop — every metric, through Whoop's private iOS API. ▶ 2-min demo — the full totem cloud flow: install → Whoop login → Fly deploy → Claude connector → first query. 48 tools, structured zod-validated outputs, bundled catalogs (372 exercises, 308 behaviors, 203 sports, 311 endpoints), write-safety harness, automatic Cognito token refresh, session-scoped catalog gate. TypeScript 6, Node 24, 233 tests. > **Totem is becoming a universal wearable…
Read full README on GitHub →

Related ai & ml servers