Skip to main content
Glama

mcp-musicbrainz

MusicBrainz MCP — 封装 MusicBrainz Web Service v2(免费,无需认证)

Pipeworx 的一部分 — 一个将 AI 智能体连接到 1394+ 实时数据源的 MCP 网关。

工具

工具

描述

search_artists

按名称搜索音乐艺术家。返回艺术家 ID、名称、类型和国家。使用 get_artist 获取完整唱片目录和传记详情。

get_artist

获取艺术家详情,包括传记、国家、成立日期和完整发行列表。需要来自 search_artists 的艺术家 ID。

search_releases

返回发行 ID、标题、艺术家、发行日期和格式。

get_release

获取发行详情:完整曲目列表、制作团队、媒体格式和元数据。需要来自 search_releases 的发行 ID。

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

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • F
    license
    B
    quality
    D
    maintenance
    Enables 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.
    34
    5
  • A
    license
    A
    quality
    D
    maintenance
    Enables 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.
    17
    10
    GPL 3.0
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables querying music discography data from Discogs, including master releases, artist profiles, and label information.
    6
    MIT
  • A
    license
    Not graded
    quality
    A
    maintenance
    Search artists, releases, recordings, works, and labels; traverse relationships; resolve ISRC/ISWC/barcode; fetch cover art via MCP. STDIO or Streamable HTTP.
    118
    1
    Apache 2.0

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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