MusclesWorked for VS Code
io.github.csjoblom/musclesworked
Exercise-to-muscle mapping: 856 exercises, 65 muscles, workout analysis & alternatives.
client:VS Code
transport:stdio
runtime:npm
Install MusclesWorked in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "musclesworked-api-key",
"description": "MUSCLESWORKED_API_KEY",
"password": true
}
],
"servers": {
"musclesworked": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"musclesworked-mcp"
],
"env": {
"MUSCLESWORKED_API_KEY": "${input:musclesworked-api-key}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs