listenbrainz-mcp

Dthen/listenbrainz-mcp
★ 0 stars Python API Integration Updated 3d ago
Self-hosted MCP server exposing the full public ListenBrainz API (listens, stats, playlists, radio, social, cover art) as 37 tools over stdio.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "listenbrainz-mcp": {
      "command": "uvx",
      "args": [
        "listenbrainz-mcp"
      ]
    }
  }
}

Or install with pip: pip install listenbrainz-mcp