sheet-music-server.md

Sheet Music Server

UI App
from"modelcontextprotocol"
2.4k

ABC notation to sheet music converter and viewer

Media
musicnotationABCsheets
install.sh
# Clone the repository
$git clone https://github.com/modelcontextprotocol/ext-apps/tree/main/examples/sheet-music-server
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve