Skip to content
Zed

upnext for Zed

io.github.tothienbao6a0/upnext

One audio queue across Spotify, the browser, local files and whatever is already playing.

client:Zed transport:stdio runtime:npm

Install upnext in Zed

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

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

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

upnext in other clients