Skip to content
Claude Desktop

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

Hevy MCP (Remote) in other clients