A Model Context Protocol (MCP) server implementation that interfaces with the Hevy fitness tracking app and its API.
| Tool name | Description | Destructive? |
|---|---|---|
| get-body-measurements | โ no | |
| get-body-measurement | โ no | |
| create-body-measurement | โ no | |
| update-body-measurement | โ no | |
| get-routines | โ no |
| get-routine | โ no | |
| create-routine | โ no | |
| update-routine | โ no | |
| get-routine-folders | โ no | |
| get-routine-folder | โ no | |
| create-routine-folder | โ no | |
| get-workouts | โ no | |
| get-workout | โ no | |
| get-workout-count | โ no | |
| get-workout-events | โ no | |
| create-workout | โ no | |
| update-workout | โ no | |
| get-exercise-templates | โ no | |
| get-exercise-template | โ no | |
| get-exercise-history | โ no | |
| create-exercise-template | โ no | |
| search-exercise-templates | โ no | |
| get-webhook-subscription | โ no | |
| create-webhook-subscription | โ no | |
| delete-webhook-subscriptionโ | โ yes |
{
"mcpServers": {
"hevy-1": {
"command": "npx",
"args": [
"-y",
"hevy-mcp"
]
}
}
}