Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Deezer

FreeNot checked

Deezer public music catalog (search/tracks/albums/artists/charts)

GitHubEmbed

About

Deezer public music catalog (search/tracks/albums/artists/charts)

README

Deezer public catalog MCP — search tracks/artists/albums + lookups (keyless, no OAuth needed for public catalog).

Part of Pipeworx — an MCP gateway connecting AI agents to 1394+ live data sources.

Tools

  • search(type?, query, limit?) — search tracks/albums/artists/playlists
  • track(id) — full track metadata
  • album(id) — album metadata + tracklist
  • artist(id) — artist info
  • artist_top(id, limit?) — most popular tracks for an artist
  • chart(genre_id?) — current chart (worldwide or by genre)

Data source

https://api.deezer.com (public read-only endpoints).

Quick Start

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 1394+ data sources:

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}

Using with ask_pipeworx

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.

More

License

MIT

from github.com/pipeworx-io/mcp-deezer

Installing Deezer

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/pipeworx-io/mcp-deezer

FAQ

Is Deezer MCP free?

Yes, Deezer MCP is free — one-click install via Unyly at no cost.

Does Deezer need an API key?

No, Deezer runs without API keys or environment variables.

Is Deezer hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Deezer in Claude Desktop, Claude Code or Cursor?

Open Deezer on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Deezer with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All media MCPs