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

How to Use the Deezer MCP in CrewAI

Deploy specialized agent teams to research, analyze, and compile Deezer music data using CrewAI.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect Deezer MCP to CrewAI

Create your Vinkius account to connect Deezer 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

Coordinate multi-agent music research with CrewAI

The `search_artists` tool feeds fan counts and profile links directly to your researcher agent. At the same time, your analyst agent uses `get_artist_top_tracks` to determine which songs drive that artist's popularity. These agents share memory and collaborate on the same task. Instead of one script doing everything, your CrewAI team splits the workload to build deep music profiles autonomously.

Automate playlist curation with specialized agents

The `get_genre_playlists` tool gives your curation agent access to existing playlists within any specific genre. A separate moderator agent reviews these tracks to ensure they fit your strict length and style guidelines. By passing the MCP Server URL to your crew configuration, every agent in the team gets instant access to the music database. They coordinate to build highly targeted lists without writing complex integration code.

Build regional music trend monitors

The `get_chart` tool lets your trend-monitoring agent pull top tracks from any country using ISO codes. The agent then passes this data to a writer agent to generate localized music newsletters. Because this MCP Server handles the raw API connections, your crew focuses entirely on analyzing the trends. You get structured music reports generated by your autonomous team on a schedule.

Setup guide

Set up Deezer 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 Deezer tools as needed.

crew.py
from crewai import Agent, Task, Crew

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

task = Task(
    description="List recent Deezer 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 Deezer MCP in CrewAI

You use the MCPServerHTTP class with a tool_filter. This lets you give your researcher agent `search_albums` while keeping other tools restricted to your curator agent.
Yes. CrewAI agents use shared memory to pass the output of `get_album_tracks` or `get_track` to other agents in the same crew.
Yes. Your first agent can fetch the chart using `get_chart`, and the second agent can immediately look up details for each song using `get_track`.
You install crewai and its tools package, then pass the Vinkius HTTP URL directly into your Agent's mcps list parameter.
No. All metadata requests and artist search terms run inside secure, isolated sandboxes that clear immediately after execution. Your music query history remains completely private.

Start using the Deezer MCP today

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

Built & Managed by Vinkius 30s setup 14 tools

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

No hosting. No infrastructure. No complex setup.
All 14 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.