Odel
Hevy MCP

Hevy MCP

Local
@diecoscaiTypeScriptMITUpdated Today

MCP server for the Hevy fitness API — spec-generated schemas, dry-run-safe writes, easy setup.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@diecoscai/hevy-mcpv0.5.0

Run

npx -y @diecoscai/hevy-mcp

MCP client config

{
  "mcpServers": {
    "hevy-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@diecoscai/hevy-mcp"
      ]
    }
  }
}