2,500+ MCP servers ready to use
Vinkius

MusicBrainz MCP Server for Claude Code 15 tools — connect in under 2 minutes

Built by Vinkius GDPR 15 Tools CLI

Claude Code is Anthropic's agentic CLI for terminal-first development. Add MusicBrainz as an MCP server in one command and Claude Code will discover every tool at runtime. ideal for automation pipelines, CI/CD integration, and headless workflows via Vinkius.

Vinkius supports streamable HTTP and SSE.

RecommendedModern Approach — Zero Configuration

Vinkius Desktop App

The modern way to manage MCP Servers — no config files, no terminal commands. Install MusicBrainz and 2,500+ MCP Servers from a single visual interface.

Vinkius Desktop InterfaceVinkius Desktop InterfaceVinkius Desktop InterfaceVinkius Desktop Interface
Download Free Open SourceNo signup required
Classic Setup·bash
# Your Vinkius token. get it at cloud.vinkius.com
claude mcp add musicbrainz --transport http "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
MusicBrainz
Fully ManagedVinkius Servers
60%Token savings
High SecurityEnterprise-grade
IAMAccess control
EU AI ActCompliant
DLPData protection
V8 IsolateSandboxed
Ed25519Audit chain
<40msKill switch
Stream every event to Splunk, Datadog, or your own webhook in real-time

* Every MCP server runs on Vinkius-managed infrastructure inside AWS - a purpose-built runtime with per-request V8 isolates, Ed25519 signed audit chains, and sub-40ms cold starts optimized for native MCP execution. See our infrastructure

About MusicBrainz MCP Server

Connect to MusicBrainz, the world's largest open music database, and explore music metadata through natural conversation — no API key needed.

Claude Code registers MusicBrainz as an MCP server in a single terminal command. Once connected, Claude Code discovers all 15 tools at runtime and can call them headlessly. ideal for CI/CD pipelines, cron jobs, and automated workflows where MusicBrainz data drives decisions without human intervention.

What you can do

  • Artist Search — Find musicians, bands, orchestras and composers with types, countries and active dates
  • Release Search — Search album releases with artists, dates, countries, labels and track counts
  • Track Search — Find individual recordings with durations, ISRCs and album info
  • Release Groups — Browse canonical albums and singles grouped across different releases
  • Label Search — Find record labels and publishers
  • Work Search — Search musical compositions distinct from recordings
  • Browse — Get all releases by a specific artist or label

The MusicBrainz MCP Server exposes 15 tools through the Vinkius. Connect it to Claude Code in under two minutes — no API keys to rotate, no infrastructure to provision, no vendor lock-in. Your configuration, your data, your control.

How to Connect MusicBrainz to Claude Code via MCP

Follow these steps to integrate the MusicBrainz MCP Server with Claude Code.

01

Install Claude Code

Run npm install -g @anthropic-ai/claude-code if not already installed

02

Add the MCP Server

Run the command above in your terminal

03

Verify the connection

Run claude mcp to list connected servers, or type /mcp inside a session

04

Start using MusicBrainz

Ask Claude: "Using MusicBrainz, show me...". 15 tools are ready

Why Use Claude Code with the MusicBrainz MCP Server

Claude Code provides unique advantages when paired with MusicBrainz through the Model Context Protocol.

01

Single-command setup: `claude mcp add` registers the server instantly. no config files to edit or applications to restart

02

Terminal-native workflow means MCP tools integrate seamlessly into shell scripts, CI/CD pipelines, and automated DevOps tasks

03

Claude Code runs headlessly, enabling unattended batch processing using MusicBrainz tools in cron jobs or deployment scripts

04

Built by the same team that created the MCP protocol, ensuring first-class compatibility and the fastest adoption of new protocol features

MusicBrainz + Claude Code Use Cases

Practical scenarios where Claude Code combined with the MusicBrainz MCP Server delivers measurable value.

01

CI/CD integration: embed MusicBrainz tool calls in your deployment pipeline to validate configurations or fetch secrets before shipping

02

Headless batch processing: schedule Claude Code to query MusicBrainz nightly and generate reports without human intervention

03

Shell scripting: pipe MusicBrainz outputs into other CLI tools for data transformation, filtering, and aggregation

04

Infrastructure monitoring: run Claude Code in a cron job to query MusicBrainz status endpoints and alert on anomalies

MusicBrainz MCP Tools for Claude Code (15)

These 15 tools become available when you connect MusicBrainz to Claude Code via MCP:

01

browse_releases_by_artist

Returns release titles, dates, countries and labels. Pagination: max 100 results per request. Browse all releases by a specific artist

02

browse_releases_by_label

Returns release titles, artists, dates and countries. Pagination: max 100 results. Browse all releases by a specific record label

03

get_artist

Returns name, type, country, life span, disambiguation and more. Optionally include related data with inc parameter: "releases", "release-groups", "recordings", "works", "aliases". Get detailed info for a specific artist by MBID

04

get_label

Returns label name, type, country, founding date and more. Get detailed info for a specific record label by MBID

05

get_recording

Returns title, artist, duration, ISRCs, releases it appears on and more. Optionally include: "artists", "isrcs", "releases", "aliases". Get detailed info for a specific recording by MBID

06

get_release

Returns title, artist, date, country, label, barcode, track listing and more. Optionally include: "artists", "labels", "recordings", "discids", "isrcs", "media". Get detailed info for a specific release by MBID

07

get_release_group

Returns title, artist, primary type, first release date and more. Optionally include: "artists", "releases", "aliases". Get detailed info for a specific release group by MBID

08

get_work

Returns work title, writers, type, ISWC, languages and more. Get detailed info for a specific musical work by MBID

09

search_areas

Returns area names, types (country, city, subdivision, etc.) and ISO codes. Useful for finding area IDs to use in other searches. Search for geographic areas (countries, cities, regions)

10

search_artists

). Returns artist names, IDs, types (person, group, orchestra, etc.), countries, active dates and disambiguation info. Supports Lucene query syntax for advanced searches. Pagination: max 100 results per request. Search for music artists

11

search_labels

Returns label names, types (original production, reissue, etc.), countries and founding dates. Pagination: max 100 results. Search for record labels

12

search_recordings

Returns recording titles, artists, durations, album names and ISRCs. Useful for finding specific track versions and metadata. Pagination: max 100 results. Search for individual track recordings

13

search_release_groups

Returns titles, artists, primary types (album, single, EP, etc.) and dates. Useful for finding the canonical album/single version. Pagination: max 100 results. Search for release groups (albums, singles, EPs)

14

search_releases

Returns release titles, artists, dates, countries, labels and track counts. Supports filtering by status (official, promotion, bootleg). Pagination: max 100 results. Search for album releases

15

search_works

Returns work titles, writers, types (song, opera, symphony, etc.) and ISWCs. Useful for finding composition metadata separate from specific recordings. Pagination: max 100 results. Search for musical works (compositions)

Example Prompts for MusicBrainz in Claude Code

Ready-to-use prompts you can give your Claude Code agent to start working with MusicBrainz immediately.

01

"Search for the band Radiohead."

02

"Show me all albums by Miles Davis."

03

"Search for the recording of 'Bohemian Rhapsody' by Queen."

Troubleshooting MusicBrainz MCP Server with Claude Code

Common issues when connecting MusicBrainz to Claude Code through the Vinkius, and how to resolve them.

01

Command not found: claude

Ensure Claude Code is installed globally: npm install -g @anthropic-ai/claude-code
02

Connection timeout

Check your internet connection and verify the Edge URL is reachable

MusicBrainz + Claude Code FAQ

Common questions about integrating MusicBrainz MCP Server with Claude Code.

01

How do I add an MCP server to Claude Code?

Run claude mcp add --transport http "" in your terminal. Claude Code registers the server and discovers all tools immediately.
02

Can Claude Code run MCP tools in headless mode?

Yes. Claude Code supports non-interactive execution, making it ideal for scripts, cron jobs, and CI/CD pipelines that need MCP tool access.
03

How do I list all connected MCP servers?

Run claude mcp in your terminal to see all registered servers and their status, or type /mcp inside an active Claude Code session.

Connect MusicBrainz to Claude Code

Get your token, paste the configuration, and start using 15 tools in under 2 minutes. No API key management needed.