Deezer MCP by UnClick for Zed
io.github.malamutemayhem/deezer
Search Deezer tracks, artists, albums, playlists, charts, and podcasts. No API key. By UnClick.
client:Zed
transport:stdio
runtime:npm
Install Deezer MCP by UnClick in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"deezer": {
"command": "npx",
"args": [
"-y",
"@unclick/deezer-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs