Hevy
Freeby MCP Community
A Model Context Protocol (MCP) server implementation that interfaces with the Hevy fitness tracking app and its API.
v1.21.13Added Apr 12, 2026
apifitnesshevymcpmodel context protocol
Hevy MCP Server
A Model Context Protocol (MCP) server implementation that interfaces with the Hevy fitness tracking app and its API.
Installation
Reviews
Installation
Quick install
npx -y hevy-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"hevy": {
"command": "npx",
"args": ["-y", "hevy-mcp"]
}
}
}