HomeOther › Hevy MCP Server

Hevy MCP Server

MCP server for managing workouts, routines, and exercise data through the Hevy API

TypeScript
★ 483 stars Last pushed 2026-09-24 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 3.2.1)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "hevy-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "HEVY_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • HEVY_API_KEY required secret — API key for authenticating with the Hevy API

Related servers

Data from the Official MCP Registry