Skip to content

Server Sheet Music

Free

by MCP Community

MCP App Server for rendering and playing sheet music from ABC notation

v1.5.0Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Server Sheet Music MCP Server

MCP App Server for rendering and playing sheet music from ABC notation

Installation

Reviews

Leave a Review

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"]
    }
  }
}