PluginBench
MCP Server
Active
MIT

Hevy (unofficial) MCP Server

io.github.almostjacked/hevy-mcp

What is the Hevy (unofficial) MCP server?

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

How to install Hevy (unofficial)

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "hevy-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@almostjacked/hevy-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "hevy-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@almostjacked/hevy-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "hevy-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@almostjacked/hevy-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "hevy-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@almostjacked/hevy-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add hevy-mcp -- npx -y @almostjacked/hevy-mcp

Related MCP servers

Deterministic fitness calculators — TDEE, adaptive TDEE, body fat, 1RM, macros — with consensus.

1
TypeScript
MIT
View repository →

Your health data (weight, macros, weigh-ins) as MCP tools — in your own Supabase, zero custody.

0
TypeScript
MIT
View repository →