How to Use the Deezer MCP in Claude Code
Pipe Deezer music data straight into your terminal. Let Claude Code handle the fetching, parsing, and scripting.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Deezer MCP to Claude Code
Create your Vinkius account to connect Deezer to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Automate music pipelines via the MCP Server
Your terminal is now a direct pipeline to global music charts. You tell Claude Code to generate a daily report of trending tracks. It hits `get_chart` via HTTP transport and pipes the JSON output into your local analytics script. There is no GUI to get in the way. You can run this entirely headless in a cron job. The CLI fetches the top tracks, formats the artist names, and appends the new data to a CSV file every midnight.
Script bulk catalog operations
Migrating artist databases requires heavy lifting. You can instruct the CLI to rebuild an artist's discography from scratch. It executes `search_artists` to grab the fan count and internal IDs. The terminal agent then loops through `search_albums` and `get_album_tracks`. It pulls release dates, cover art links, and track durations, writing the entire structured dataset directly into your PostgreSQL database.
Analyze playlist metrics from the shell
Tracking playlist growth is easy when you do it from the command line. You ask the agent to audit specific curated lists. It runs `search_playlists` to grab creator details and total track counts. It then uses `get_playlist` to pull the exact tracklist for deeper analysis. The CLI parses the response, compares it against yesterday's dump, and outputs a diff of removed or added songs straight to standard out.
Set up Deezer MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seedeezer-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Deezer transactions." It will automatically discover and invoke the available Deezer tools.
claude mcp add --transport http deezer-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp 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 Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Deezer MCP today
We host it, we monitor it, we maintain it. You just paste one token.