Connects Claude to the Discogs music database through three core tools: fetching master release data (the canonical version across all pressings), pulling artist profiles with identifiers, and retrieving label information including parent/sublabel relationships. Runs through Pipeworx's gateway infrastructure, which means you can either use it standalone or as part of their larger 250+ data source collection. The ask_pipeworx tool lets you query in plain English instead of calling specific endpoints. Useful when you're building music cataloging tools, researching discographies, or need structured data about releases and their relationships. All lookups hit the live Discogs API through their gateway.
Discogs MCP — music release / artist / label database
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|---|
get_master | Master release detail (the canonical work across all editions/pressings). |
get_artist | Artist profile + identifiers. |
get_label | Label profile + parent label + sublabels. |
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"discogs": {
"url": "https://gateway.pipeworx.io/discogs/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 Discogs data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
hovecapital/read-only-local-postgres-mcp-server
cocaxcode/database-mcp
io.github.infoinlet-marketplace/mcp-mysql
io.github.cybeleri/database-admin
io.github.yash-0620/postgres-mcp-secured