Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.chrischall/musicbrainz-mcp

NPM · MUSICBRAINZ-MCP · SCANNED SEP 21

MusicBrainz MCP — search/browse music metadata, cover art, and submit tags/ratings/collections

Available components

−1 this week 90 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security93
  • No malware found by supply-chain analysis.Pass
  • Known CVEs were checked across the 4 of 5 dependencies we could resolve, so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Dependency health was assessed across the 4 of 5 dependencies we could resolve, so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency97
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to chrischall/musicbrainz-mcp). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 0 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability69
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1831 tokens (~203/item across 9 items; 9 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management87
  • Stability observed for 26 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 9 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 9 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
Install

How do I install the io.github.chrischall/musicbrainz-mcp server?

io.github.chrischall/musicbrainz-mcp runs locally as an npm package, launched with npx -y musicbrainz-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · musicbrainz-mcp

# add to Claude Code
claude mcp add chrischall-musicbrainz-mcp -- npx -y musicbrainz-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "chrischall-musicbrainz-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "musicbrainz-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "chrischall-musicbrainz-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "musicbrainz-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add chrischall-musicbrainz-mcp -- npx -y musicbrainz-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "chrischall-musicbrainz-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "musicbrainz-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add chrischall-musicbrainz-mcp --command npx --arg -y --arg musicbrainz-mcp
# ~/.hermes/config.yaml
mcp_servers:
  chrischall-musicbrainz-mcp:
    command: "npx"
    args: ["-y", "musicbrainz-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "chrischall-musicbrainz-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "musicbrainz-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add chrischall-musicbrainz-mcp -t stdio -c npx -a -y musicbrainz-mcp
// mcp.json
{
  "mcpServers": {
    "chrischall-musicbrainz-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "musicbrainz-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 21 Sept 26 −1
    • Known CVEs: pass → partial security
    • Dependency health: 1.00 → partial functional
    • Package version: 1.1.0 → 1.1.1 functional
  • 20 Sept 26 0
    • MCP protocol: Implements a current MCP spec version (2026-07-28). functional
    • Package version: 1.0.0 → 1.1.0 functional
  • 19 Sept 26 +12
    • Malware scan: unverified → pass security
    • Stability: pass → 0.80 functional
  • 18 Sept 26 −14
    • Malware scan: pass → unverified security
    • Stability: 0.97 → pass security
    • Dependency health: 0.86 → 1.00 functional
    • Package version: 0.3.2 → 1.0.0 functional
  • 17 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 16 Sept 26 0
    • Security disclosure: unverified → fail functional
  • 15 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 14 Sept 26 0
    • Security disclosure: fail → unverified functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 21 Sept 2026 · Analysed npm/musicbrainz-mcp@1.1.1

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo chrischall/musicbrainz-mcp
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/chrischall/musicbrainz-mcp/.github/workflows/release-please.yml@refs/heads/main
Rekor log index 2904927213
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:3f80f899944ea110f5293e0b0908e6e16999b195c69f0740d7be556d9e4c81c42a8615eeaf1aa18b924943c34f9fffa9210364d971405eee1534224fd

Background: How many MCP packages publish verified provenance →

Dependencies 4 packages
Packages resolved 4
Tree resolution Partial

The dependency tree was only partially resolved, so these counts may be incomplete.

Background: SBOMs and build attestations, explained →

MCP tools · 9 exposed · ~1,831 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
musicbrainz_browse ~308

List all entities of one type directly linked to a given entity — e.g. every release by an artist (entity: "release", linkedBy: "artist", mbid: <artist>), recordings on a release, releases in a collection, or events at a place. This is the complete, paged set for a relationship (unlike search, which ranks fuzzy matches). Use `inc` for extra detail and limit/offset to page (max 100/page). Read-only. Data from MusicBrainz (https://musicbrainz.org), the open music encyclopedia.

NameTypeReqDescription
entitystringyesResult entity type to list
incarraySubqueries to include, e.g. ["labels","recordings"]
limitintegerMax results (1–100, default 25)
linkedBystringyesThe relationship to browse by (the linking entity type)
mbidstringyesMBID of the linking entity
offsetintegerResult offset for paging (default 0)
viewstringResponse shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact strips image/avatar URLs from the response; "full"…

No output schema declared.

No examples provided.

musicbrainz_cover_art ~119

Fetch Cover Art Archive image metadata for a release or release-group MBID — front/back cover URLs, thumbnails, and image types. Returns the image URLs (you can open or download them); it does not embed the bytes. Errors clearly when no art exists for the MBID. Read-only. Data from MusicBrainz (https://musicbrainz.org), the open music encyclopedia.

NameTypeReqDescription
entitystringyesWhich MBID type the cover art is keyed on
mbidstringyesRelease or release-group MBID

No output schema declared.

No examples provided.

musicbrainz_healthcheck ~62

Confirm the MusicBrainz API is reachable (and our User-Agent accepted) by looking up a stable entity, and report whether the OAuth write path is configured. Reports {ok, reachable, oauth_configured} with a plain-English hint. Read-only.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

musicbrainz_lookup ~262

Fetch a single MusicBrainz entity (artist, release, recording, release-group, label, work, area, place, event, instrument, series, genre, url) by its MBID. Use `inc` to pull linked sub-entities and relationships, e.g. inc: ["releases","release-groups"] on an artist, or ["recordings","labels"] on a release, or ["artist-credits","url-rels"] on most entities. Read-only. Data from MusicBrainz (https://musicbrainz.org), the open music encyclopedia.

NameTypeReqDescription
entitystringyesEntity type to look up
incarraySubqueries/relationships to include, e.g. ["releases","url-rels","tags"]
mbidstringyesThe entity MBID (UUID)
viewstringResponse shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact strips image/avatar URLs from the response; "full"…

No output schema declared.

No examples provided.

musicbrainz_modify_collection ~213

Add or remove entities (releases, artists, recordings, release-groups, works, labels, places, areas, events) in one of YOUR MusicBrainz collections (needs OAuth: MUSICBRAINZ_OAUTH_* with the `collection` scope). Get the collection MBID from its URL (musicbrainz.org/collection/<mbid>). Without confirm: true it returns a dry-run preview and makes NO network call; with confirm: true it applies the change. Data from MusicBrainz (https://musicbrainz.org), the open music encyclopedia.

NameTypeReqDescription
actionstringyesWhether to add to or remove from the collection
collectionstringyesMBID of the target collection
confirmbooleanMust be true to proceed. Without this, the tool returns a preview.
entityTypestringyesPlural entity type the collection holds (e.g. "releases")
mbidsarrayyesMBIDs of the entities to add/remove

No output schema declared.

No examples provided.

musicbrainz_resolve ~224

Turn a musicbrainz.org URL (e.g. https://musicbrainz.org/artist/<mbid> or /release-group/<mbid>) into the underlying entity by extracting its type + MBID and looking it up. Handy when a user pastes a MusicBrainz link. Pass `inc` to include linked sub-entities. Read-only. Data from MusicBrainz (https://musicbrainz.org), the open music encyclopedia.

NameTypeReqDescription
incarraySubqueries to include on the resolved entity
urlstringyesA musicbrainz.org entity URL or an "entity/mbid" path
viewstringResponse shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact strips image/avatar URLs from the response; "full"…

No output schema declared.

No examples provided.

musicbrainz_search ~271

Search a MusicBrainz entity type with a Lucene query and get back ranked matches with their MBIDs. Plain text matches the entity name; fielded Lucene also works, e.g. `artist:"Miles Davis" AND country:US`, `release:"Kind of Blue" AND format:Vinyl`, or `recording:"So What" AND dur:[540000 TO 560000]`. Feed a returned MBID into musicbrainz_lookup for full detail. Read-only. Data from MusicBrainz (https://musicbrainz.org), the open music encyclopedia.

NameTypeReqDescription
entitystringyesEntity type to search
limitintegerMax results (1–100, default 25)
offsetintegerResult offset for paging (default 0)
querystringyesLucene query string (plain text or fielded)
viewstringResponse shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact strips image/avatar URLs from the response; "full"…

No output schema declared.

No examples provided.

musicbrainz_submit_rating ~188

Set YOUR rating for a MusicBrainz entity (needs OAuth: MUSICBRAINZ_OAUTH_* with the `rating` scope). Rating is 0–100 (MusicBrainz shows it as 1–5 stars in steps of 20; 0 removes your rating). Without confirm: true it returns a dry-run preview and makes NO network call; with confirm: true it submits. Data from MusicBrainz (https://musicbrainz.org), the open music encyclopedia.

NameTypeReqDescription
confirmbooleanMust be true to proceed. Without this, the tool returns a preview.
entitystringyesEntity type to rate
mbidstringyesMBID of the entity to rate
ratingintegeryesRating 0–100 (0 removes; 20/40/60/80/100 = 1–5 stars)

No output schema declared.

No examples provided.

musicbrainz_submit_tags ~184

Apply user tags to a MusicBrainz entity on YOUR account (needs OAuth: MUSICBRAINZ_OAUTH_* with the `tag` scope). Default `vote: upvote` adds the tags; `downvote` opposes them; `withdraw` removes your vote. Without confirm: true it returns a dry-run preview (the exact XML) and makes NO network call; with confirm: true it submits. Data from MusicBrainz (https://musicbrainz.org), the open music encyclopedia.

NameTypeReqDescription
confirmbooleanMust be true to proceed. Without this, the tool returns a preview.
entitystringyesEntity type to tag
mbidstringyesMBID of the entity to tag
tagsarrayyesTag names to apply
votestringVote direction (default upvote)

No output schema declared.

No examples provided.

Common questions

What is the io.github.chrischall/musicbrainz-mcp server?

io.github.chrischall/musicbrainz-mcp is listed in the public MCP registry as io.github.chrischall/musicbrainz-mcp. MusicBrainz MCP, search/browse music metadata, cover art, and submit tags/ratings/collections. This page covers its npm package (musicbrainz-mcp).

Is the io.github.chrischall/musicbrainz-mcp server safe to use?

io.github.chrischall/musicbrainz-mcp scores 90 out of 100 on VerifyMCP. It declares no install or post-install scripts. Its build provenance is signed and verified. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.chrischall/musicbrainz-mcp server expose?

io.github.chrischall/musicbrainz-mcp exposes 9 tools: musicbrainz_lookup, musicbrainz_search, musicbrainz_browse, musicbrainz_cover_art, musicbrainz_resolve, and 4 more. Their descriptions and schemas cost roughly 1,831 tokens of context every time the server is loaded.

Is the io.github.chrischall/musicbrainz-mcp server still maintained?

io.github.chrischall/musicbrainz-mcp is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.chrischall/musicbrainz-mcp server under?

io.github.chrischall/musicbrainz-mcp declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.