Best for
- Hevy PRO users
- Fitness enthusiasts who want AI-assisted training analysis and planning
- Developers who want to integrate Hevy data into MCP clients like Claude Desktop, Codex, Cursor
Hevy MCP Server is a feature-rich MCP server providing 26 tools to manage Hevy data, supporting both local stdio and hosted Streamable HTTP modes. It is ideal for advanced users who want AI-assisted training analysis, but requires a Hevy PRO subscription and is not an official product. Security considerations include API key protection and telemetry privacy.
Hevy MCP Server is an open-source Model Context Protocol (MCP) server for the Hevy fitness and workout tracking app. It allows AI assistants to read, analyze, create, and update your Hevy workouts, routines, exercise templates, and body measurements through authenticated Hevy API requests. It supports multi-step workflows, guided prompts, and a wide range of tools for training analysis, exercise search, and planning.
npx -y hevy-mcp to your MCP client config with environment variable HEVY_API_KEY.https://mcp.hevy-mcp.dev/mcp as Streamable HTTP URL with Authorization: Bearer <HEVY_API_KEY> header.{
"mcpServers": {
"hevy": {
"command": "npx",
"args": [
"-y",
"hevy-mcp"
],
"env": {
"HEVY_API_KEY": "your-hevy-api-key"
}
}
}
}