Hevy MCP Server for Claude Desktop
io.github.chrisdoc/hevy-mcp
MCP server for managing workouts, routines, and exercise data through the Hevy API
client:Claude Desktop
transport:stdio
runtime:npm
Install Hevy MCP Server in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"hevy-mcp": {
"command": "npx",
"args": [
"-y",
"hevy-mcp"
],
"env": {
"HEVY_API_KEY": "<HEVY_API_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs