Connect Claude to Hevy. Log workouts, build routines, track goals, and get coaching — on web and mobile.
Requires Node.js 18+ and a free Cloudflare account.
git clone https://github.com/liggardap/hevy-mcp
cd hevy-mcp
npm install --ignore-scriptsnpx wrangler loginHevy API key — get it at hevy.com/settings?developer (Hevy PRO required).
npx wrangler secret put HEVY_API_KEYMCP secret token — guards the server URL.
openssl rand -hex 16 | pbcopy # copies token to clipboard
npx wrangler secret put MCP_SECRETnpx wrangler deployPrints your URL: https://hevy-mcp.<subdomain>.workers.dev
On claude.ai → Settings → Connectors → Add custom connector
https://hevy-mcp.<subdomain>.workers.dev/sse/<your-MCP_SECRET>The secret token is the only thing protecting your Hevy data — keep the URL private. Once added on the web, the connector also appears in Claude Mobile.