mcpbeat Sign in

MusclesWorked MCP Server

local only

MusclesWorked runs on your own machine — the client starts it, so there is no endpoint to ping. 24 installs a week from npm. Last commit 17 Feb 2026.

Exercise-to-muscle mapping: 856 exercises, 65 muscles, workout analysis & alternatives.

Installs per day peak 23 · avg 6 · +29% w/w
a month agotoday
24
Installs / week
npm · musclesworked-mcp
4
Stars
1 open issues
17 Feb 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check MusclesWorked 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 musclesworked -- npx -y musclesworked-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "musclesworked": {
      "args": [
        "-y",
        "musclesworked-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.musclesworked]
command = "npx"
args = ["-y", "musclesworked-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "musclesworked": {
      "args": [
        "-y",
        "musclesworked-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "musclesworked": {
      "args": [
        "-y",
        "musclesworked-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: MUSCLESWORKED_API_KEY (Your MusclesWorked API key (get one at musclesworked.com/dashboard)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MusclesWorked

same job, measured the same way
Wger MCP
by mrfentmen

Exercises, muscles, and workout data from the open wger database. No key required.

local only
Anatome
by anatome

Log workouts and meals by telling your AI. 873 exercises, muscle diagrams, food lookup.

36 tools answering
Garmin Workouts MCP
by pranciskus

Manage Garmin Connect workouts, including strength workouts with mapped exercises.

local only
Hevy MCP Server
by chrisdoc

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

53 090 installs/wk local only
Evertrain
by evertrain

Manage your Evertrain training — programs, workouts, exercises, history, and coaching notes.

answering
LiftTrack
by lifttrackapp

Manage strength workouts and track exercise progress. Requires a LiftTrack account.

answering
ExerciseBank
by exercisebank

Search 1,492 filmed exercises by muscle, equipment, pattern and joints to avoid; get substitutes.

289 installs/wk local only
Dep Scope
by florianbruniaux

Symbol-level npm dependency analysis: scan verdicts, native alternatives, migration prompts.

62 installs/wk local only

MusclesWorked — questions

Answers built from our own checks of this server.

Why is there no uptime for MusclesWorked?
MusclesWorked 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 musclesworked-mcp was installed 24 times last week.
How do I connect MusclesWorked?
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 musclesworked-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use MusclesWorked?
The npm package musclesworked-mcp was installed 24 times in the last week. Week over week that is +29%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MusclesWorked open source?
Yes — it is published under the MIT licence, written in TypeScript, 4 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.