Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Musicbrainz MCP Server
Musicbrainz MCP Server logo
Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 7:19:27 PM

Musicbrainz MCP Server

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository1 GitHub StarsTotal stargazers on GitHub for the source repository (1 stars).Visit Website

Search MusicBrainz artists, releases, works, labels; resolve ISRC/ISWC/barcode; fetch cover art.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "musicbrainz-mcp-server": {
      "command": "bunx",
      "args": [
        "@cyanheads/musicbrainz-mcp-server@latest"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

@cyanheads/musicbrainz-mcp-server

Search artists, releases, recordings, works, and labels; traverse relationships; resolve ISRC/ISWC/barcode; fetch cover art via MCP. STDIO or Streamable HTTP.

10 Tools β€’ 1 Resource

Version License MCP SDK TypeScript Bun

Install in Claude Desktop Install in Cursor Install in VS Code

Framework

Public Hosted Server: https://musicbrainz.caseyjhand.com/mcp


Tools

Ten read-only tools mapping the three MusicBrainz access modes β€” search when you have text, lookup (get_* and lookup_identifier) when you hold an MBID or standard identifier, and browse when you need the complete linked set beyond the single page that lookup folds in:

ToolDescription
musicbrainz_search_entitiesFull-text Lucene search across an entity type (artist, release-group, release, recording, work, label). Returns ranked matches with MBID and a 0–100 relevance score. The first step when starting from a name.
musicbrainz_get_artistArtist profile by MBID β€” type, country, life span, aliases, tags/genres, discography (release-groups), band-membership relationships, and external links.
musicbrainz_get_release_groupRelease-group ("the album" above specific pressings) by MBID β€” primary/secondary type, first-release date, artist credit, editions, and a cover-art availability flag.
musicbrainz_get_releaseOne edition's full detail by MBID β€” tracklist (media β†’ tracks β†’ recordings), label + catalog number, barcode, packaging, and a cover-art stub.
musicbrainz_get_recordingRecording (a specific performance/track) by MBID β€” length, artist credits, ISRCs, the releases it appears on, the work(s) it performs, and performance/production relationships.
musicbrainz_get_workWork (a composition, distinct from any recording) by MBID β€” type, languages, ISWCs, writer/composer relationships, and the recordings that perform it.
musicbrainz_get_labelLabel by MBID β€” type, country, life span, label code, area, aliases, tags, and external links.
musicbrainz_lookup_identifierResolve a standard identifier without a name search β€” ISRC β†’ recordings, ISWC β†’ works, barcode β†’ releases. Output is discriminated on the resolved entity type.
musicbrainz_browse_entitiesPaginate the complete set of entities linked to a parent MBID β€” every release on a label, every release-group by an artist, every recording of a work. The only complete-enumeration path.
musicbrainz_get_cover_artCover Art Archive images for a release or release-group MBID β€” front/back flags, image types, full-resolution URLs, and 250/500/1200px thumbnails. No art returns an empty set, not an error.

musicbrainz_search_entities

Resolve a name to an MBID with full-text Lucene search.

  • Searches one entity type per call: artist, release-group, release, recording, work, or label
  • Field-scoped Lucene syntax (e.g. artist:radiohead AND country:GB)
  • Surfaces the raw 0–100 relevance score per hit (100 = exact); results stay in MusicBrainz score-descending order, not re-ranked
  • Type-specific fields appear only for the relevant entity (ISRCs on recordings, ISWCs on works, artist credit on release-groups/releases/recordings)
  • Pagination via limit (1–100) and offset; echoes the effective query and the true upstream total

musicbrainz_get_artist

The 80% artist-detail call.

  • Folds discography (release-groups), band-membership / collaboration relationships, aliases, and tags/genres into one request via inc
  • External links (Wikidata QID, Discogs, official site) surface as url-rels β€” chainable to wikidata-mcp-server and friends; this server does not chase them itself
  • inc_release_groups and inc_relationships toggle the expensive sub-resources
  • Discography and relationships are capped at one page (25); for a prolific artist's complete release-group list, use musicbrainz_browse_entities (target_type=release-group, artist link)

musicbrainz_get_release

One edition's full detail, the level with an actual tracklist.

  • Tracklist as media β†’ tracks β†’ recordings, each with length and recording MBID (lengths rendered m:ss, stored as milliseconds upstream)
  • Label + catalog number, barcode, country, release date, format, packaging, and text representation (language/script)
  • Carries a cover-art availability stub from the WS/2 payload; call musicbrainz_get_cover_art with the release MBID for the actual image URLs

musicbrainz_lookup_identifier

The deterministic path when you already hold a standard identifier β€” no name search.

  • id_type=isrc β†’ recordings (a recording-level code, often shared by several recordings)
  • id_type=iswc β†’ works (a composition-level code)
  • id_type=barcode β†’ releases (UPC/EAN)
  • ISRC and ISWC hit dedicated exact endpoints; barcode is a Lucene search filter, so its results are ranked (exact match scores 100)
  • The output kind field tells you which entity type came back

musicbrainz_browse_entities

The complete-enumeration path β€” a correctness tool, not just convenience.

  • Paginates the full linked set: every release-group by an artist, every release on a label, every recording of a work, every release in a release-group
  • Pages arbitrarily deep via offset; totalCount is the true upstream total
  • Use it whenever a linked set may exceed a page β€” the get_* tools embed at most one page (25), and a partial list read as complete is a silent correctness gap
  • Provide exactly one link MBID matching a valid parentβ†’child relationship for the target_type

musicbrainz_get_cover_art

Cover Art Archive images, kept separate from the release record.

  • Front/back flags, image types, full-resolution URLs, and 250/500/1200px thumbnail URLs
  • Returns an empty image set (not an error) when the entity has no art β€” absence of art is information
  • Art is served at the release level; a release-group MBID resolves to a representative release's art automatically
  • Image URLs are linked, never rehosted β€” image copyright stays with the rights holders (only the MusicBrainz core metadata is CC0)

Resources

TypeNameDescription
Resourcemusicbrainz://{entity_type}/{mbid}A single MusicBrainz entity by type and MBID, with default linked sub-resources folded in. Mirrors the matching musicbrainz_get_* tool. entity_type ∈ artist, release-group, release, recording, work, label.

All entity data is also reachable via the get_* tools, so tool-only clients (the majority) lose nothing. There is no resource list() β€” the corpus is millions of entities; discovery is via musicbrainz_search_entities, not resource enumeration.

Features

Built on @cyanheads/mcp-ts-core:

  • Declarative tool and resource definitions β€” single file per primitive, framework handles registration and validation
  • Unified error handling β€” handlers throw, framework catches, classifies, and formats
  • Pluggable auth: none, jwt, oauth
  • Swappable storage backends: in-memory, filesystem, Supabase, Cloudflare KV/R2/D1
  • Structured logging with optional OpenTelemetry tracing
  • STDIO and Streamable HTTP transports

MusicBrainz-specific:

  • Type-safe client over the MusicBrainz Web Service v2 (musicbrainz.org/ws/2, JSON) plus the Cover Art Archive
  • Process-wide ~1 req/sec token-bucket rate limiter β€” concurrent requests serialize to stay under MusicBrainz's per-IP ceiling, so multi-tenant load shares one budget
  • Response caching keyed on the full request (including the inc set) β€” MBIDs are stable and entity data changes slowly, keeping most repeat lookups off the wire
  • inc-driven lookups fold discography, relationships, tracklists, and external IDs into a single call rather than serial requests
  • Retry with backoff over the full fetch + parse pipeline; an HTML error page served under load is classified transient, not as a parse error

Agent-friendly output:

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    πŸ’» Developer Tools1 views
    Compare vs PraisonAI β†’
  • Openlibrary MCP Server logoOpenlibrary MCP Server

    Search books and authors, fetch editions, browse subjects, and resolve cover images.

    πŸ’» Developer Tools0 views
    Compare vs Openlibrary MCP Server β†’
  • Codealive MCP logoCodealive MCP

    Semantic code search and analysis from CodeAlive for AI assistants and agents.

    πŸ’» Developer Tools0 views
    Compare vs Codealive MCP β†’
  • Labelhead Artist Momentum logoLabelhead Artist Momentum

    Trending hip-hop artist momentum scores across four cultural dimensions.

    πŸ’» Developer Tools0 views
    Compare vs Labelhead Artist Momentum β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Musicbrainz MCP Server

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "musicbrainz-mcp-server": { "command": "npx", "args": ["-y", "musicbrainz-mcp-server"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMusicbrainz MCP Server AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/musicbrainz-mcp-server?style=directory)](https://allmcps.com/mcp/musicbrainz-mcp-server)
HTML Embed
<a href="https://allmcps.com/mcp/musicbrainz-mcp-server"><img src="https://allmcps.com/api/badge/musicbrainz-mcp-server?style=directory" alt="Musicbrainz MCP Server on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars1
GitHub Star CountTotal stargazers on GitHub representing community popularity (1 stars).
36Quality signal: Fair Β· 36/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Musicbrainz MCP Server β†’Install in Claude DesktopInstall in CursorInstall in VS Code