Is there an MCP server available? This page suggests there is an URL available: AgenticFlow - Automate Your Marketing Workflows
I expect that page is built by a hallucinating AI, yet again. No, we have our API but no MCP server.
Hi! I made one in Python for personal use.
Feedback, issues, contributions are welcome.
I’m currently working on one for MusicBrainz, still experimental, feedback and patches are welcome:
I’m really interested in your feedback, what agents did you use, etc.
If you feel the MCP server can be improved (lack of optimization, or missing answers while the data is available in MB, or anything else) you can open issues on the project.
It is a work in progress, mainly to evaluate the potential.
TBH, i don’t think I will use it much, i just like to try new things ![]()
I used it with claude.
(would love to be able to query edits/editor stuff, but I don’t expect it to do it as the API does not have this info either)
Yes, for now, it uses (again) musicbrainzngs Python module. And it is quite limited to public data (so it cannot search in private collections for example).
Hi Naxcot,
I’ve just released a project called toolforest.io that has MCP support for ListenBrainz and works with the free-tiers of several major Chatbots such as Claude and ChatGP. You can see some examples of what you do with it here To support the LB toolkit I’m running a replica of the MusicBrainz DB. So adding a MusicBrainz specific toolkit (MCP endpoint) would be straightforward and I’d welcome suggestions from you or anyone else here on what you’d like to see in an MB MCP server.
Cheers,
Gerrit
Some time ago I did a small experiment: see GitHub - zas/mcp-musicbrainz: An MCP (Model Context Protocol) server that provides tools for querying the MusicBrainz music database. Search for artists, albums, recordings, labels, and more — directly from your AI assistant. · GitHub
Great. I’ll take a look.
Hi Zas, inspired by your MCP server, I added a MusicBrainz toolkit to Toolforest. A list of tools with MCP schemas can be found here. I’ve designed it more for use in conjunction with other toolkits such as Apple Music, but there are also standalone use cases. I welcome any feedback.
