MCP Hub
Back to servers

musicurainz

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

Registry
Updated
Apr 2, 2026

@pipeworx/mcp-musicbrainz

MCP server for music artist and release data via the MusicBrainz API. Free, no authentication required.

Tools

ToolDescription
search_artistsSearch for music artists by name
get_artistGet full artist details including release list
search_releasesSearch for albums and releases by title
get_releaseGet release details including full track listing

Quickstart via Pipeworx Gateway

curl -X POST https://gateway.pipeworx.io/mcp \
  -H "Content-Type: application/json" \
  -d '{
    "jsonrpc": "2.0",
    "method": "tools/call",
    "params": {
      "name": "musicbrainz__search_artists",
      "arguments": { "query": "Radiohead", "limit": 5 }
    },
    "id": 1
  }'

License

MIT

Reviews

No reviews yet

Sign in to write a review