Skip to content
Cursor

upnext for Cursor

io.github.tothienbao6a0/upnext

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

client:Cursor transport:stdio runtime:npm

Install upnext in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

upnext in other clients