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
{
"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