4,500+ servers built on MCP Fusion
Vinkius
MusicBrainz logo
Vinkius
CrewAI logo

How to Use the MusicBrainz MCP in CrewAI

Deploy autonomous agent crews to monitor and catalog the world of music. CrewAI uses MusicBrainz to build a complete picture of any artist.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

MusicBrainz MCP on Cursor AI Code Editor MCP Client MusicBrainz MCP on Claude Desktop App MCP Integration MusicBrainz MCP on OpenAI Agents SDK MCP Compatible MusicBrainz MCP on Visual Studio Code MCP Extension Client MusicBrainz MCP on GitHub Copilot AI Agent MCP Integration MusicBrainz MCP on Google Gemini AI MCP Integration MusicBrainz MCP on Lovable AI Development MCP Client MusicBrainz MCP on Mistral AI Agents MCP Compatible MusicBrainz MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
CrewAI

Connect MusicBrainz MCP to CrewAI

Create your Vinkius account to connect MusicBrainz to CrewAI and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Assemble a Music Research Crew

Assign roles to a team of agents for deep music analysis. A 'Scout' agent can use `search_artists` and `search_labels` to discover new entries. It passes artist and label MBIDs to a 'Librarian' agent. The 'Librarian' agent then takes over, using the IDs to perform deep dives with `get_artist` and `browse_releases_by_label`. The agents work together using this MCP server, sharing context in CrewAI's shared memory.

Monitor a Genre Autonomously

Set up a crew to watch a specific music scene. One agent can periodically run `search_releases` with a query targeting a genre tag and recent dates. When it finds a new release, it triggers the next agent. A 'Profiler' agent then uses `get_release` and `get_artist` to build a profile of the new music. If the artist is new to your system, it can trigger a 'Cataloger' agent to pull their entire back-catalog. This is a true autonomous MCP operation.

Verify and Clean Metadata at Scale

Use a hierarchical crew to ensure data quality. A 'Validator' agent can scan your local database for entries missing an ISWC or ISRC. For each one, it dispatches a 'Fixer' sub-agent. The 'Fixer' agent uses `search_recordings` to find the track on MusicBrainz, then calls `get_recording` with `inc="isrcs"` to get the missing codes. It can also use `get_work` to find the ISWC. Once done, it reports back to the Validator, which moves to the next record.

Setup guide

Set up MusicBrainz MCP in CrewAI

Prerequisites

  • Python 3.10+ installed
  • crewai package (pip install crewai)
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install CrewAI

    Run pip install crewai to install the framework. MCP support is built-in via the mcps parameter.

  2. 2

    Add the MCP URL to your agent

    Pass your Vinkius endpoint directly to the mcps list. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. CrewAI handles tool discovery and caching automatically.

  3. 3

    Kick off your crew

    Create a Crew with your agent and tasks. Call crew.kickoff() — the agent will automatically invoke MusicBrainz tools as needed.

crew.py
from crewai import Agent, Task, Crew

agent = Agent(
    role="MusicBrainz Analyst",
    goal="Access and analyze MusicBrainz data via MCP.",
    backstory="Expert analyst with direct MusicBrainz access.",
    mcps=[
        "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
    ],
)

task = Task(
    description="List recent MusicBrainz transactions",
    agent=agent,
    expected_output="A summary of recent activity",
)

crew = Crew(agents=[agent], tasks=[task])
result = crew.kickoff()
print(result)

Why Choose Vinkius

Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.

Real-time monitoring

Live

visibility into every interaction

Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.

Built-in savings

60%

lower AI costs

Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.

Single dashboard

One

place for every integration

Every tool your AI connects to, managed from a single screen. One account, complete control.

Common questions about MusicBrainz MCP in CrewAI

You can have one agent perform a broad `search_release_groups` query. It then passes a list of promising MBIDs to a second agent, which performs a detailed `get_release` on each one to gather specific tracklists and label info via the MCP connection.
Yes, that's a perfect use case. This agent's primary tools would be `search_works` to find compositions by name and `get_work` to retrieve detailed writer and publisher information for a given musical work ID.
The agent should first use `search_release_groups` to find the main album entry. It then uses that group's ID with the `get_release_group` tool and includes the `inc="releases"` parameter to get a list of all associated editions.
Your agent would use the `search_artists` tool to get the artist's ID and basic info. This response often includes a country and an area ID. For more detail, it can then use that area ID with the `search_areas` tool.
Yes. The server only sees requests for public music metadata like work titles or release dates. Each request is handled in an ephemeral sandbox, and Vinkius ensures your MCP Server connection is isolated and secured. No query data is retained.

Start using the MusicBrainz MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 15 tools

We've already built the connector for MusicBrainz. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 15 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.