csjoblom/musclesworked-mcp
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.
Quick Start
Clone the repository:
git clone https://github.com/csjoblom/musclesworked-mcpClaude Desktop configuration example:
{
"mcpServers": {
"musclesworked-mcp": {
"command": "npx",
"args": [
"-y",
"csjoblom/musclesworked-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.