Skip to content
Zed

musicwire mcp for Zed

io.github.thatdudealso/musicwire-mcp

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

client:Zed transport:stdio runtime:npm

Install musicwire mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "musicwire-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "musicwire-mcp"
      ],
      "env": {
        "MUSICWIRE_API_URL": "<MUSICWIRE_API_URL>",
        "MUSICWIRE_X402_PRIVATE_KEY": "<MUSICWIRE_X402_PRIVATE_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

musicwire mcp in other clients