Deezer MCP by UnClick for Cursor
io.github.malamutemayhem/deezer
Search Deezer tracks, artists, albums, playlists, charts, and podcasts. No API key. By UnClick.
client:Cursor
transport:stdio
runtime:npm
Install Deezer MCP by UnClick in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"deezer": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@unclick/deezer-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs