hevy-mcp
Provides tools for interacting with Hevy's API, enabling workout logging, routine management, exercise templates, body measurements, webhooks, and user info retrieval.
hevy-mcp
A Python Model Context Protocol (MCP) server for the Hevy fitness app API. Gives Claude (or any MCP-compatible AI) full access to your Hevy workout data — log workouts, manage routines, track body measurements, and more.
Features
25 tools covering every endpoint of the Hevy API
No build step — pure Python, just install and run
Full CRUD — create, read, update workouts, routines, exercise templates, folders, measurements, and webhooks
Tools
Category | Tools |
User |
|
Workouts |
|
Routines |
|
Routine Folders |
|
Exercise Templates |
|
Exercise History |
|
Body Measurements |
|
Webhooks |
|
Requirements
Python 3.10+
Hevy Pro account (required for API access)
API key from hevy.com/settings?developer
Installation
git clone https://github.com/YOUR_USERNAME/hevy-mcp
cd hevy-mcp
pip install -r requirements.txtConfiguration
Claude Desktop
Add to claude_desktop_config.json:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"hevy": {
"command": "python",
"args": ["/absolute/path/to/hevy-mcp/server.py"],
"env": {
"HEVY_API_KEY": "your-api-key-here"
}
}
}
}Restart Claude Desktop. You should see the Hevy server listed under the tools icon in the chat.
Environment variable
Alternatively, set HEVY_API_KEY in your environment and run directly:
export HEVY_API_KEY=your-api-key-here
python server.pyUsage examples
Once connected, you can ask Claude things like:
"Show me my last 5 workouts"
"Log a chest workout I did today — bench press 3x8 at 100kg, incline dumbbell 3x10 at 30kg"
"Create a Push/Pull/Legs routine"
"What's my body weight trend over the last month?"
"Find the exercise template ID for Romanian deadlift"
"Show me all my bench press sets from the last 3 months"
Tech stack
License
MIT
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/SrdjanCodes/hevy-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server