Skip to content
Cursor

musescore mcp for Cursor

io.github.chrischall/musescore-mcp

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

client:Cursor transport:stdio runtime:npm

Install musescore mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

musescore mcp in other clients