Skip to main content
Glama
pipeworx-io

mcp-discogs

by pipeworx-io

@pipeworx/discogs

Discogs MCP — music release / artist / label database.

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

Tools

  • search(query, type?, title?, artist?, label?, format?, country?, year?, genre?, style?, page?, per_page?)

  • get_release(release_id)

  • get_master(master_id)

  • get_artist(artist_id)

  • get_label(label_id)

Related MCP server: Spotify MCP Server

Auth

BYO personal access token. Pass ?_apiKey=<token> after generating one at https://www.discogs.com/settings/developers (free).

Data source

https://api.discogs.com — header Authorization: Discogs token=<token>.

Quick Start

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 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 Discogs data" })

The gateway picks the right tool and fills the arguments automatically.

More

License

MIT

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    C
    quality
    A
    maintenance
    Enables interactions with the Discogs API for music catalog operations and search functionality, allowing users to manage their Discogs collections through natural language.
    53
    70
    118
    MIT
  • F
    license
    -
    quality
    D
    maintenance
    Enables interaction with Spotify's music catalog through natural language conversations. Search for tracks and artists, get recommendations, explore playlists, and browse artist discographies using the Spotify Web API.
  • A
    license
    A
    quality
    D
    maintenance
    Enables AI assistants to query the MusicBrainz music database for artists, albums, recordings, and labels. It provides tools for advanced searches, detailed metadata retrieval, and accessing cover art information.
    17
    10
    GPL 3.0

View all related MCP servers

Related MCP Connectors

  • Search MusicBrainz artists, releases, works, labels; resolve ISRC/ISWC/barcode; fetch cover art.

  • Search and fetch Wikidata entities, execute SPARQL queries, and resolve external identifiers.

  • TheAudioDB MCP — community music metadata database.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/pipeworx-io/mcp-discogs'

If you have feedback or need assistance with the MCP directory API, please join our Discord server