@pipeworx/deezer
Connect: https://pipeworx.io/mcp — every tool in the catalog, including @pipeworx/deezer’s. Install: one-click buttons
Connect to just the @pipeworx/deezer pack
https://gateway.pipeworx.io/deezer/mcp — only @pipeworx/deezer’s own tools, nothing else in the catalog.
No MCP client? Skip the connection: POST https://gateway.pipeworx.io/v1/tools/search_packs {"query":"..."} to find a tool below, GET /v1/tools/<name> for its schema, POST the same URL with arguments for the data — see For AI agents.
Tools: 6
Deezer public catalog MCP — search tracks/artists/albums + lookups (keyless, no OAuth needed for public catalog).
Tools
search(type?, query, limit?)— search tracks/albums/artists/playliststrack(id)— full track metadataalbum(id)— album metadata + tracklistartist(id)— artist infoartist_top(id, limit?)— most popular tracks for an artistchart(genre_id?)— current chart (worldwide or by genre)
Data source
https://api.deezer.com (public read-only endpoints).
Tools
- search — Search Deezer for tracks/albums/artists/playlists.
- track — Track metadata by Deezer track id.
- album — Album metadata + tracklist by Deezer album id.
- artist — Artist metadata by Deezer artist id.
- artist_top — Deezer music catalogue — the most-streamed tracks for one Deezer artist id, up to 100. Each track returns its Deezer track id, title, rank, duration, album and a 30-second preview URL. Answers what an
- chart — Current chart (top tracks/albums/artists). Pass genre_id 0 for worldwide.
Tools
album— Album metadata + tracklist by Deezer album id.artist— Artist metadata by Deezer artist id.artist_top— Deezer music catalogue — the most-streamed tracks for one Deezer artist id, up to 100. Each track returns its Deezer track id, title, rank, duration, album and a 30-second preview URL. Answers what anchart— Current chart (top tracks/albums/artists). Pass genre_id 0 for worldwide.search— Search Deezer for tracks/albums/artists/playlists.track— Track metadata by Deezer track id.