Musicbrainz MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 431 installs a week from npm. Last commit 21 Sep 2026.
MusicBrainz MCP — search/browse music metadata, cover art, and submit tags/ratings/collections
We read the source, 9 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
const m = URL_RE.exec(input.trim());
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add musicbrainz-mcp -- npx -y musicbrainz-mcp
{
"mcpServers": {
"musicbrainz-mcp": {
"args": [
"-y",
"musicbrainz-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.musicbrainz-mcp]
command = "npx"
args = ["-y", "musicbrainz-mcp"]
{
"mcpServers": {
"musicbrainz-mcp": {
"args": [
"-y",
"musicbrainz-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"musicbrainz-mcp": {
"args": [
"-y",
"musicbrainz-mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
MUSICBRAINZ_USER_AGENT (Optional override for the User-Agent sent to MusicBrainz.), MUSICBRAINZ_OAUTH_CLIENT_ID (OAuth client ID (write tools only). Register at musicbrainz.org/account/applications.), MUSICBRAINZ_OAUTH_CLIENT_SECRET (OAuth client secret (write tools only).), MUSICBRAINZ_OAUTH_REFRESH_TOKEN (OAuth refresh token with tag/rating/collection scopes (enables the write tools).).
The author declared them in the registry entry; get the values from the project itself.
MCP server for Pexels — search photos and videos, and browse collections
Use this MCP server to MusicBrainz artists, releases, recordings, and open music metadata. Tools...
Search, browse, and submit MCP servers to the AllMCPs.com directory.
BoardGameGeek search, game details, rankings, and collections. By UnClick.
Keyless MCP server for the Cover Art Archive: album and single artwork by MusicBrainz ID,...
Open music metadata: artists, releases, and recordings from MusicBrainz. No API key. By UnClick.
MuseScore for Claude — search sheet music and read score metadata via your signed-in browser
KISTI ScienceON OpenAPI literature search & metadata collection (MCP server + CLI)
Answers built from our own checks of this server.