Install
openclaw skills install musicbrainz-mcpSearch and browse the MusicBrainz music encyclopedia (artists, releases, recordings, labels, works), fetch Cover Art Archive images, resolve musicbrainz.org URLs, and — with OAuth configured — submit your own tags, ratings, and collection edits. Use when the user asks about music metadata, discographies, album/artist/recording details, MBIDs, cover art, or wants to tag/rate music on MusicBrainz.
openclaw skills install musicbrainz-mcpThis server exposes the MusicBrainz /ws/2 API and the Cover Art Archive as MCP tools. Reads need no credentials; writes need OAuth (see the repo README).
musicbrainz_search with entity + a Lucene query. Plain text matches the name; fielded queries work too (artist:"Miles Davis" AND country:US). Returns MBIDs.musicbrainz_lookup with entity + mbid. Add inc for linked data, e.g. ["releases","release-groups"] on an artist, ["recordings","labels"] on a release, ["url-rels","tags"] on most entities.musicbrainz_browse: every release by an artist (entity:"release", linkedBy:"artist", mbid:<artist>), recordings on a release, releases in a collection, etc. This is the complete paged set (max 100/page), unlike search's fuzzy ranking.musicbrainz_cover_art with a release or release-group MBID. Returns image URLs (front/back/thumbnails); errors clearly when none exist.musicbrainz_resolve.musicbrainz_healthcheck.Search to get an MBID, then lookup/browse for detail:
musicbrainz_search { entity: "artist", query: "Radiohead" } → MBIDmusicbrainz_browse { entity: "release-group", linkedBy: "artist", mbid: <MBID>, limit: 100 } → discographymusicbrainz_cover_art { entity: "release-group", mbid: <RG-MBID> } → album artmusicbrainz_submit_tags, musicbrainz_submit_rating, and musicbrainz_modify_collection modify the user's own MusicBrainz account. Each returns a dry-run preview unless called with confirm: true — show the preview to the user and only re-call with confirm: true after they approve. They require MUSICBRAINZ_OAUTH_* to be configured.
area artist event genre instrument label place recording release release-group series work url.