hevy-cli
Manage Hevy workouts from the terminal: read and summarize training data, search exercise templates, and create or update workouts, routines, exercises,…
Use when the user asks to inspect, summarize, plan, log, or update Hevy workouts, routines, exercises, or body measurements.
$ npx -y skills add chrisdoc/hevy-mcp --skill hevy-workouts --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/hevy-workoutsContext preview
The summary Claude sees to decide when to auto-load this skill.
Use when the user asks to inspect, summarize, plan, log, or update Hevy workouts, routines, exercises, or body measurements.
name: hevy-workouts description: Use when the user asks to inspect, summarize, plan, log, or update Hevy workouts, routines, exercises, or body measurements.
Use the Hevy MCP connector for the user's authenticated Hevy account.
This plugin registers the remote MCP server as `hevy` through the repository's `.mcp.json` file:
{
"mcpServers": {
"hevy": {
"type": "http",
"url": "https://mcp.hevy-mcp.dev/mcp",
"oauth": true
}
}
}When the plugin is installed, connect or authorize the `hevy` server in Claude's connector settings. The authorization page asks the user for their Hevy API key. Never put an API key in this skill, plugin files, or a conversation. If the server is unavailable, ask the user to complete the connector authorization instead of attempting to start a different server.
Use the tools and resources exposed by the `hevy` server for Hevy requests. Do not call the Hevy API directly or invent an alternative authentication path.
Workout and body-measurement data is personal information. Describe trends without diagnosing medical conditions, and recommend a qualified professional for medical advice.
Talk to your Hevy workout data from Claude, Cursor, Codex, and other MCP clients. Connect to the hosted MCP · Use the Hevy CLI · Watch the 18-second demo · Explore all 22 tools
Repo: chrisdoc/hevy-mcp