Odel
musicwire

musicwire

Local
@thatdudealsoJavaScriptUpdated 5 days ago

Paid MusicXML validation, rendering, and automated QC for MCP clients.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmusicwire-mcpv0.1.1

Run

npx -y musicwire-mcp

MCP client config

{
  "mcpServers": {
    "musicwire": {
      "command": "npx",
      "args": [
        "-y",
        "musicwire-mcp"
      ]
    }
  }
}