Connects Claude to Deezer's public music catalog without requiring authentication. Exposes six tools: search across tracks, albums, artists, and playlists; fetch metadata for individual tracks, albums, and artists; pull an artist's top tracks; and retrieve current charts by genre. Hosted through Pipeworx's gateway infrastructure, which also offers an ask_pipeworx tool that handles natural language queries and routes them to the appropriate API call automatically. Useful when you need to look up music metadata, build playlists programmatically, or analyze chart trends. Part of a larger gateway that connects to 673+ data sources if you need broader API access beyond music.
Deezer MCP — public catalog (no auth required).
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|---|
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 | Top tracks for an artist. |
chart | Current chart (top tracks/albums/artists). Pass genre_id 0 for worldwide. |
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"deezer": {
"url": "https://gateway.pipeworx.io/deezer/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Deezer data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
com.mcparmory/google-search
io.github.pipeworx-io/brave-search
marcopesani/mcp-server-serper
brave/brave-search-mcp-server
com.mcparmory/google-search-console
acamolese/google-search-console-mcp