Skip to content
Zed

deezer mcp for Zed

io.github.mrfentmen/deezer-mcp

Search tracks and albums on Deezer. No key required.

client:Zed transport:stdio runtime:npm

Install deezer mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "deezer-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "deezer-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

deezer mcp in other clients