mcp音乐头脑
MusicBrainz MCP--封装MusicBrainz Web Service v2(免费,无身份验证)
部分 Pipeworx --MCP网关,将AI代理连接到250多个实时数据源。
工具
| 工具 | 说明 |
|---|---|
search_artists | 按名字搜索音乐艺术家。返回艺术家ID、姓名、类型和国家。使用get_artist获取完整的唱片和传记细节。 |
search_releases | 按标题或艺术家姓名搜索专辑和发行。返回发布ID、标题、艺术家、发布日期和格式。 |
快速开始
添加到您的MCP客户端(Claude Desktop、Cursor、Windsurf等):
{
"mcpServers": {
"musicbrainz": {
"url": "https://gateway.pipeworx.io/musicbrainz/mcp"
}
}
}或者连接到完整的Pipeworx网关,以访问所有250多个数据源:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}使用ask_pipeworx
您可以用简单的英语提问,而不是直接调用工具:
ask_pipeworx({ question: "your question about Musicbrainz data" })网关选择正确的工具并自动填充参数。
更多
许可证
麻省理工学院
