Skip to content
VS Code

Musicbrainz for VS Code

io.github.pipeworx-io/musicbrainz

MusicBrainz MCP — wraps MusicBrainz Web Service v2 (free, no auth)

client:VS Code transport:streamable-http

Install Musicbrainz in VS Code

.vscode/mcp.json

{
  "servers": {
    "musicbrainz": {
      "type": "http",
      "url": "https://gateway.pipeworx.io/musicbrainz/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Musicbrainz in other clients