mcpbeat Sign in

Hevy MCP Server

by diecoscai Your server? Claim it
local only

Hevy MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 61 installs a week from npm. Last commit 27 May 2026.

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

Installs per day peak 17 · avg 9 · +71% w/w
a month agotoday
61
Installs / week
npm · @diecoscai/hevy-mcp
0
Stars
0 open issues
27 May 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Hevy MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add hevy-mcp -- npx -y @diecoscai/hevy-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "hevy-mcp": {
      "args": [
        "-y",
        "@diecoscai/hevy-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.hevy-mcp]
command = "npx"
args = ["-y", "@diecoscai/hevy-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "hevy-mcp": {
      "args": [
        "-y",
        "@diecoscai/hevy-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "hevy-mcp": {
      "args": [
        "-y",
        "@diecoscai/hevy-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Hevy MCP

same job, measured the same way
I
Mssql
by connorbritain

MCP server for Microsoft SQL Server — schema discovery, profiling, safe writes, and DDL

330 installs/wk local only
Orm MCP
by apolocine

MCP server for @mostajs/orm: generate, lint (24 rules) & migrate EntitySchemas.

24 installs/wk local only
Pdfgate
by pdfgate

MCP server for the PDFGate API. Generate PDFs, manage documents and handle e-signatures.

218 installs/wk answering
Github MCP
by jaimenbell

MCP server for the GitHub REST API: issues, PRs, repos; read always on, write env-gated.

59 installs/wk local only
Hevy MCP Server
by chrisdoc

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

56 625 installs/wk local only
API Tester
by ryudi84

MCP server for API testing: HTTP requests, cURL generation, health checks.

31 installs/wk local only
Discord MCP
by jaimenbell

MCP server for the Discord REST API: 5 read tools always on, 7 write tools env-gated, default off.

91 installs/wk local only
MCP Tool Factory
by heshamfs

Generate MCP servers from natural language, OpenAPI specs, or database schemas.

63 installs/wk local only

Hevy MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Hevy MCP?
Hevy MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @diecoscai/hevy-mcp was installed 61 times last week.
How do I connect Hevy MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @diecoscai/hevy-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Hevy MCP?
The npm package @diecoscai/hevy-mcp was installed 61 times in the last week. Week over week that is +71%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Hevy MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.