Skip to content
VS Code

musescore mcp for VS Code

io.github.chrischall/musescore-mcp

MuseScore for Claude — search sheet music and read score metadata via your signed-in browser

client:VS Code transport:stdio runtime:npm

Install musescore mcp in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "musescore-ws-port",
      "description": "MUSESCORE_WS_PORT",
      "password": true
    }
  ],
  "servers": {
    "musescore-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@chrischall/musescore-mcp"
      ],
      "env": {
        "MUSESCORE_WS_PORT": "${input:musescore-ws-port}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

musescore mcp in other clients