Odel
upnext

upnext

Local
@tothienbao6a01TypeScriptApache-2.0Updated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmupnext-mcpv0.3.1

Run

npx -y upnext-mcp

MCP client config

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