How to Use the Deezer MCP in Cursor
Generate code using live Deezer music metadata right inside the Cursor editor during your active programming sessions.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Deezer MCP to Cursor
Create your Vinkius account to connect Deezer to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Query live track data directly inside Cursor Agent
The `search_tracks` tool allows Cursor to pull real track names, durations, and preview URLs straight into your active code file. Instead of writing stubs or static JSON files, your AI editor injects live API payloads directly into your test suites. You can request specific tracks, and Cursor runs the search behind the scenes. This workflow lets you build features using accurate schema shapes without leaving your workspace.
Generate test data using the Deezer MCP Server
The `get_album` tool fetches precise record details, track counts, and release dates to populate your database seeds. Cursor reads this structured payload to generate valid TypeScript interfaces or Python models that match the real API. Combining this with `get_album_tracks` gives you a complete set of nested child records. Your code generation steps use actual production structures, reducing errors when you deploy your application.
Map music genres directly to your application logic
The `get_genre` tool retrieves verified music categories directly within the Cursor chat sidebar. When building a music recommendation engine, your editor calls `get_genre_playlists` to fetch real reference data for your algorithms. This direct access removes the need to browse external documentation. You get the exact IDs and names needed to write clean, type-safe API integrations.
Set up Deezer MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Deezer MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Deezer transactions." If the MCP tools are loaded correctly, Cursor will call the Deezer tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"deezer-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Deezer. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
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 Cursor
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.