Back to MCP Servers

Musclesworked

Exercise-to-muscle mapping MCP server. Look up muscles worked by 856 exercises across 65 muscles and 14 muscle groups, analyze workouts for gaps, and find alternative exercises ranked by muscle overlap.

sports

Installation

npx -y musclesworked-mcp

Configuration

{
  "mcpServers": {
    "musclesworked-mcp": {
      "command": "npx",
      "args": ["-y", "musclesworked-mcp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub