MCP server for MusicBrainz — search/browse music metadata, cover art, and submit your own tags, ratings, and collections
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"musicbrainz-mcp": {
"command": "npx",
"args": [
"-y",
"chrischall/musicbrainz-mcp"
]
}
}
}
Run in terminal:
claude mcp add musicbrainz-mcp npx -y chrischall/musicbrainz-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"musicbrainz-mcp": {
"command": "npx",
"args": [
"-y",
"chrischall/musicbrainz-mcp"
]
}
}
}