MuseScore-MCP-public

shakilmsr/MuseScore-MCP-public
★ 0 stars Python AI/LLM Updated 3d ago
MuseScore Model Context Protocol (MCP) server and integration
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "musescore-mcp-public": {
      "command": "uvx",
      "args": [
        "musescore-mcp-public"
      ]
    }
  }
}

Or install with pip: pip install musescore-mcp-public

README Excerpt

This project implements a Model Context Protocol (MCP) server for MuseScore Studio. It allows LLMs (like Claude, acting via Cursor, Cowork, or the Claude Desktop App) to programmatically interact with MuseScore in real-time. - **Two-Way Communication**: Read score metadata and write changes directly to a live, open MuseScore window.