Skip to content
Zed

musescore mcp for Zed

io.github.chrischall/musescore-mcp

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

client:Zed transport:stdio runtime:npm

Install musescore mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "musescore-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@chrischall/musescore-mcp"
      ],
      "env": {
        "MUSESCORE_WS_PORT": "<MUSESCORE_WS_PORT>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

musescore mcp in other clients