mcp-qobuz

⚡ Usage

The tools mcp-qobuz exposes to an MCP client, grouped by what they do.

Once connected, the server advertises its tools to the MCP client. You don't call them directly — you ask the assistant in natural language ("search Qobuz for Radiohead", "what's playing?") and it selects the right tool. Every result that maps to a Qobuz entity carries an openable open.qobuz.com deep link.

Read tools

ToolPurpose
searchSearch the catalogue by query, with an optional type filter (albums / artists / tracks).
get-trackFetch a single track by ID.
get-albumFetch an album by ID.
get-artistFetch an artist by ID.
get-playlistFetch a playlist (with its tracks) by ID.
list-playlistsList your playlists.
list-favouritesList your favourite albums, artists, or tracks.
now-playingReport the current track from the Qobuz desktop app. macOS only — the server must run on the same Mac as Qobuz, and returns a graceful error otherwise.

Write tools

Writes are gated behind an explicit confirm: true flag, so an assistant cannot mutate your library on a vague request.

ToolPurpose
create-playlistCreate a new playlist.
add-to-playlistAdd tracks to an existing playlist.
update-playlist-descriptionUpdate a playlist's description.

On this page