Search artists, releases, recordings, works, and labels; traverse relationships; resolve ISRC/ISWC/barcode; fetch cover art via MCP. STDIO or Streamable HTTP.
View on GitHub →
Try with Claude — $10 free →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"musicbrainz-mcp-serv": {
"command": "npx",
"args": [
"-y",
"cyanheads/musicbrainz-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add musicbrainz-mcp-serv npx -y cyanheads/musicbrainz-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"musicbrainz-mcp-serv": {
"command": "npx",
"args": [
"-y",
"cyanheads/musicbrainz-mcp-server"
]
}
}
}
📋 Copy
Topics
cover-art-archive discography isrc mbid mcp mcp-server model-context-protocol music-metadata musicbrainz typescript