Server Sheet Music
Freeby MCP Community
MCP App Server for rendering and playing sheet music from ABC notation
v1.5.0Added Apr 12, 2026
Server Sheet Music MCP Server
MCP App Server for rendering and playing sheet music from ABC notation
Installation
Reviews
Installation
Quick install
npx -y @modelcontextprotocol/server-sheet-music
Add to claude_desktop_config.json
{
"mcpServers": {
"server-sheet-music": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-sheet-music"]
}
}
}