Skip to content
Claude Desktop

Hevy (unofficial) for Claude Desktop

io.github.almostjacked/hevy-mcp

Create Hevy routines and analyze your training from chat. Unofficial; BYO Hevy PRO API key.

client:Claude Desktop transport:streamable-http runtime:npm

Install Hevy (unofficial) 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",
        "mcp-remote",
        "https://hevy-coach.ajwallacemusic.workers.dev/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Hevy (unofficial) in other clients