Back to Browse

Musicbrainz MCP Server

Developer ToolsModerate5.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Use this MCP server to MusicBrainz artists, releases, recordings, and open music metadata. Tools...

About

Use this MCP server to MusicBrainz artists, releases, recordings, and open music metadata. Tools...

Security Report

5.2
Moderate5.2Moderate Risk

This is a well-structured MCP server for querying MusicBrainz public metadata with no authentication required, matching the API's public design. Code quality is strong with proper input validation, error handling, and rate-limiting implemented. Permissions are appropriately scoped to network HTTP requests only. No security vulnerabilities or malicious patterns detected. Supply chain analysis found 1 known vulnerability in dependencies (0 critical, 1 high severity). Package verification found 1 issue (1 critical, 0 high severity).

5 files analyzed · 4 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

Unverified package source

We couldn't verify that the installable package matches the reviewed source code. Proceed with caution.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-mrfentmen-musicbrainz-mcp": {
      "args": [
        "-y",
        "musicbrainz-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

MusicBrainz MCP

Open music metadata for artists, releases, recordings, and MBIDs. No API key is required.

Tools

  • search_artists
  • search_releases
  • search_recordings
  • get_artist

The client uses a descriptive User Agent and spaces requests at about one request per second to respect MusicBrainz policy.

npm install
npm run build
node dist/index.js

Reviews

No reviews yet

Be the first to review this server!