top_artists

Pack: listenbrainz · Endpoint: https://gateway.pipeworx.io/listenbrainz/mcp

ListenBrainz sitewide top artists (open music listening data, MetaBrainz/MusicBrainz-linked). Most-listened artists across all users for a time range. Keyless.

Parameters

NameTypeRequiredDescription
rangestringnoTime range: week, month, year, or all_time (default “week”).
countnumbernoHow many artists to return (default 25, max 100).

Example call

curl -X POST https://gateway.pipeworx.io/listenbrainz/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"top_artists","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

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

See Getting Started for client-specific install steps.

Regenerated from source · build June 9, 2026