general MCP Server
Manage your Hevy workouts, routines, folders, and exercise templates. Create and update sessions faster, organize plans, and search exercises to build workouts quickly. Stay synced with changes so your training log is always up to date.
Discovered via smithery and last synced 4d ago.
1. Install the package
npx -y hevy-mcp
2. Add to claude_desktop_config.json
{
"mcpServers": {
"hevy-mcp-repository": {
"command": "npx",
"args": [
"-y",
"hevy-mcp"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)
Arguments
`hevy://user`
`100`
`hevy://workout-count`
`10`
`hevy://exercise-templates`
`1800000` ms
`hevy://routine-folders`
`30000` ms
Default
Enabled
None; required
Enabled
`60000` ms
`~/.cache`
Disabled
Packaged Sentry SaaS project DSN
Tool
Get complete metadata for one exercise template by ID.
Get the body measurement entry for one date.
Optional `weeks` from 1-12; default `4`
`update-routine`
Get one routine folder's metadata by ID.
Get past performed sets for one exercise template.
URI
Summarize 1-12 weeks of workout activity and body-measurement trends in one call.
Search the full exercise catalog by title substring.
Create a dated body measurement.
`hevy-mcp@<installed-version>`
Required `routine_id` and UTC `start_time`
Create a routine folder.
List dated body measurements.
`replace-workout-exercises`
Create a custom exercise template.
Update the body measurement for an existing date.
None