loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

hevy-mcp

MCP Tool

jszuminski/hevy-mcp

Connect Claude to track & plan out your workouts in Hevy.

Install

$ npx loaditout add jszuminski/hevy-mcp

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "hevy-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "hevy-mcp"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

hevy-mcp

MCP server for the Hevy workout tracking API.

Setup

Requires Hevy Pro for an API key.

git clone https://github.com/jszuminski/hevy-mcp.git
cd hevy-mcp
bun install
bun run build
Claude Code

Add to ~/.claude/.mcp.json:

{
  "mcpServers": {
    "hevy": {
      "command": "node",
      "args": ["/path/to/hevy-mcp/dist/index.js"],
      "env": {
        "HEVY_API_KEY": "your-api-key"
      }
    }
  }
}
Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "hevy": {
      "command": "node",
      "args": ["/path/to/hevy-mcp/dist/index.js"],
      "env": {
        "HEVY_API_KEY": "your-api-key"
      }
    }
  }
}
Tools

| Tool | Description | |------|-------------| | get_user_info | Get user profile | | list_workouts | List workouts (paginated) | | get_workout | Get workout by ID | | get_workout_count | Get total workout count | | get_workout_events | Get workout update/delete events | | create_workout | Create a workout | | update_workout | Update a workout | | list_routines | List routines (paginated) | | get_routine | Get routine by ID | | create_routine | Create a routine | | update_routine | Update a routine | | list_exercise_templates | List exercise templates | | get_exercise_template | Get exercise template by ID | | create_exercise_template | Create custom exercise | | get_exercise_history | Get history for an exercise | | list_routine_folders | List routine folders | | get_routine_folder | Get folder by ID | | create_routine_folder | Create a routine folder |

Development
bun test              # unit tests
bun run test:watch    # watch mode
bun run check         # lint & format check
bun run check:fix     # auto-fix
bun run generate-types  # regenerate types f

Tags

claudehevymcp

Reviews

Loading reviews...

Quality Signals

1
Stars
0
Installs
Last updated26 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/20/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/jszuminski/hevy-mcp)](https://loaditout.ai/skills/jszuminski/hevy-mcp)