Pulls your WHOOP fitness data into Claude through OAuth against your own developer app, so no tokens touch a third party. Exposes 17 read-only tools covering profile, body measurements, cycles, recoveries, sleeps, and workouts. Everything hits a local SQLite cache first (mode 0o600), so repeat queries are offline and free. You can sync ranges, fetch daily summaries, export to CSV/JSONL/Parquet, and bypass the cache with a fresh flag when you need live data. Includes a bundled analysis skill that computes baselines, flags anomalies, and generates HTML dashboards with correlations. Install is one uvx line plus OAuth. Useful if you want to ask Claude to spot training patterns, compare sleep to recovery, or pull custom reports without opening the WHOOP app.
claude mcp add --transport stdio ashwanthramkl-whoop-mcp -- uvx whoop-mcp