Connects Claude to ListenBrainz, the open source music listening tracker and metadata platform. Part of the Pipeworx gateway ecosystem, which routes requests to 808+ data sources through a unified interface. Instead of configuring individual tool calls, you can use the ask_pipeworx tool to query ListenBrainz data in plain English and let the gateway handle routing and parameter mapping. Useful if you're building music recommendation features, analyzing listening patterns, or need programmatic access to MusicBrainz metadata through ListenBrainz's API. The streamable HTTP transport means no local installation required. Can be used standalone or as part of the full Pipeworx gateway for multi-source integrations.
ListenBrainz MCP.
Part of Pipeworx — an MCP gateway connecting AI agents to 808+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"listenbrainz": {
"url": "https://gateway.pipeworx.io/listenbrainz/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 808+ 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 Listenbrainz data" })
The gateway picks the right tool and fills the arguments automatically.
MIT