hevy-mcp-server

madebydia/hevy-mcp-server
★ 3 stars TypeScript AI/LLM Updated 7d ago
MCP server connecting agents to the Hevy workout app API.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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

README Excerpt

A Model Context Protocol (MCP) server that connects to the official Hevy API and exposes workout data to AI assistants. Supports dual transport modes: stdio for Claude Desktop and SSE for remote access (e.g., Poke.com). Built by [@madebydia](https://x.com/madebydia) Click the button above to deploy your own instance to Railway. See the [Railway Deployment](#railway-deployment) section below for configuration details.

Topics

hevy-apimcp-serverpoke