Hevy MCP (Remote) for Claude Desktop
io.github.rwestergren/hevy-mcp-remote
Hosted/gateway-ready Hevy fitness MCP: workouts, routines, templates.
client:Claude Desktop
transport:stdio
runtime:oci
Install Hevy MCP (Remote) in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"hevy-mcp-remote": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/rwestergren/hevy-mcp:0.1.6"
],
"env": {
"HEVY_API_KEY": "<HEVY_API_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs