musescore mcp for Grok
io.github.chrischall/musescore-mcp
MuseScore for Claude — search sheet music and read score metadata via your signed-in browser
client:Grok
transport:stdio
runtime:npm
Install musescore mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"musescore-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@chrischall/musescore-mcp"
],
"env": {
"MUSESCORE_WS_PORT": "<MUSESCORE_WS_PORT>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs