MusicBrainz MCP — search/browse music metadata, cover art, and submit tags/ratings/collections
MusicBrainz MCP — search/browse music metadata, cover art, and submit tags/ratings/collections. Exposed over MCP by the musicbrainz mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.
An MCP server for MusicBrainz, the open music encyclopedia. It gives Claude live access to MusicBrainz metadata — artists, releases, recordings, labels, works, and more — plus Cover Art Archive images, and (optionally) lets you submit your own tags, ratings, and collection edits.
Everything the assistant can do here goes through one of these:
musicbrainz_search — Search any entity type with a Lucene query; returns ranked matches + MBIDsmusicbrainz_lookup — Look up an entity by MBID, with inc subqueries for linked datamusicbrainz_browse — List all entities linked to another (e.g. every release by an artist)musicbrainz_cover_art — Cover Art Archive image URLs for a release / release-groupmusicbrainz_resolve — Turn a pasted musicbrainz.org URL into its entitymusicbrainz_healthcheck — Verify connectivity and whether OAuth writes are configuredmusicbrainz_submit_tags — Apply user tags to an entity on your accountmusicbrainz_submit_rating — Set your 0–100 rating for an entitymusicbrainz_modify_collection — Add/remove entities in one of your collectionsInstallation goes through your MCP client rather than a global install: point it at npm on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
You will need 3 environment variables: MUSICBRAINZ_OAUTH_CLIENT_ID, MUSICBRAINZ_OAUTH_CLIENT_SECRET, MUSICBRAINZ_OAUTH_REFRESH_TOKEN. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Musicbrainz's toolset — musicbrainz_search, musicbrainz_lookup, musicbrainz_browse and 6 more — is a fair guide to whether it matches your workflow. It is maintained by chrischall; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Musicbrainz's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| musicbrainz_search | Search any entity type with a Lucene query; returns ranked matches + MBIDs |
| musicbrainz_lookup | Look up an entity by MBID, with inc subqueries for linked data |
| musicbrainz_browse | List all entities linked to another (e.g. every release by an artist) |
| musicbrainz_cover_art | Cover Art Archive image URLs for a release / release-group |
| musicbrainz_resolve | Turn a pasted musicbrainz.org URL into its entity |
| musicbrainz_healthcheck | Verify connectivity and whether OAuth writes are configured |
| musicbrainz_submit_tags | Apply user tags to an entity on your account |
| musicbrainz_submit_rating | Set your 0–100 rating for an entity |
| musicbrainz_modify_collection | Add/remove entities in one of your collections |
{
"mcpServers": {
"musicbrainz": {
"command": "npx",
"args": ["-y", "musicbrainz-mcp"]
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| MUSICBRAINZ_OAUTH_CLIENT_ID | Configuration value read at startup. | Optional |
| MUSICBRAINZ_OAUTH_CLIENT_SECRET | Credential the server authenticates with. | Yes |
| MUSICBRAINZ_OAUTH_REFRESH_TOKEN | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.