mcp-musicbrainz
mcp-musicbrainz
MusicBrainz MCP — обёртка над MusicBrainz Web Service v2 (бесплатно, без авторизации)
Входит в состав Pipeworx — MCP-шлюза, который подключает AI-агентов к 1394+ источникам данных в реальном времени.
Инструменты
Инструмент | Описание |
| Поиск музыкальных исполнителей по имени. Возвращает ID исполнителей, названия, типы и страны. Используйте get_artist для получения полной дискографии и биографических данных. |
| Получение подробной информации об исполнителе: биография, страна, дата основания и полный список релизов. Требуется ID исполнителя из search_artists. |
| Поиск альбомов и релизов по названию или имени исполнителя. Возвращает ID релизов, названия, исполнителей, даты выхода и форматы. |
| Получение подробной информации о релизе: полный список треков, состав участников, форматы носителей и метаданные. Требуется ID релиза из search_releases. |
Related MCP server: MusicBrainz MCP Server
Быстрый старт
Добавьте в ваш MCP-клиент (Claude Desktop, Cursor, Windsurf и т.д.):
{
"mcpServers": {
"musicbrainz": {
"url": "https://gateway.pipeworx.io/musicbrainz/mcp"
}
}
}Или подключитесь к полному шлюзу Pipeworx, чтобы получить доступ ко всем 1394+ источникам данных:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}Использование с ask_pipeworx
Вместо прямых вызовов инструментов вы можете задавать вопросы на обычном английском:
ask_pipeworx({ question: "your question about Musicbrainz data" })Шлюз сам выбирает нужный инструмент и автоматически заполняет аргументы.
Дополнительно
Лицензия
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseBqualityDmaintenanceEnables interaction with Last.fm music data including searching for artists, albums, and tracks, accessing user listening history, and managing music preferences. Supports both read-only operations and authenticated write operations like scrobbling and loving tracks.345
- AlicenseAqualityDmaintenanceEnables AI assistants to query the MusicBrainz music database for artists, albums, recordings, and labels. It provides tools for advanced searches, detailed metadata retrieval, and accessing cover art information.1710GPL 3.0
- AlicenseNot gradedqualityCmaintenanceEnables querying music discography data from Discogs, including master releases, artist profiles, and label information.6MIT
- AlicenseNot gradedqualityAmaintenanceSearch artists, releases, recordings, works, and labels; traverse relationships; resolve ISRC/ISWC/barcode; fetch cover art via MCP. STDIO or Streamable HTTP.1181Apache 2.0
Related MCP Connectors
Search MusicBrainz artists, releases, works, labels; resolve ISRC/ISWC/barcode; fetch cover art.
TheAudioDB MCP — community music metadata database.
Search and fetch Wikidata entities, execute SPARQL queries, and resolve external identifiers.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pipeworx-io/mcp-musicbrainz'
If you have feedback or need assistance with the MCP directory API, please join our Discord server