Delv
CommunityActive· 11d4.3by cswkim

Discogs MCP

Searches the Discogs music catalogue for releases, artists, labels, and marketplace listings.

C
Safety & Trust

Delv Safety Grade: C

Score 58/100 · assessed 2026-04-28

Maintainer40
Permissions85
Supply chain65
Transparency55
Incidents100

Discogs MCP is a community-built server that queries the Discogs music database API for release, artist, label, and marketplace data. The maintainer (cswkim) appears to be a solo developer with limited public profile and repository activity. The server itself is narrowly scoped: it performs read-only API calls to Discogs and returns structured music metadata. No filesystem access, shell execution, or write operations are involved. The package is distributed via npm with a standard npx install, which is reasonable but not as robust as pinned dependencies in a lockfile. Transparency is moderate: the repository is open source but documentation and changelog are thin. The required DISCOGS_TOKEN is a standard Discogs API key, not a high-privilege credential. No known security incidents exist. The main risk is maintainer bus factor and limited community oversight, but the narrow read-only scope keeps blast radius small.

Lethal Trifecta (prompt-injection exposure)

TWO OF THREE
Private dataNo
Reads secrets, credentials, private files
Untrusted inputYes
Ingests web pages, PRs, issues, emails
External commsYes
Can send data outbound

Submissions are user-edited. Mild ongoing risk.

Green flags

  • Read-only API access with no write or destructive operations
  • Uses standard Discogs API with well-documented authentication
  • Distributed via npm with standard npx install method
  • No filesystem, shell, or desktop automation permissions required
  • Open source repository available for inspection

Red flags

  • Solo maintainer with minimal public profile or contribution history
  • Thin documentation and no visible changelog or release notes
  • Limited community review or adoption signals
  • No evidence of dependency pinning or lockfile in repo

Permissions requested

Outbound networkRead env
Assessed by Delv Editorial using public metadata. Grades are advisory and update as the ecosystem changes. They do not replace your own review of permissions and code before granting an agent access to sensitive systems.

Install

npx -y discogs-mcp-server
Env vars needed: DISCOGS_TOKEN

Review

Discogs MCP plugs the entire Discogs music database into Claude. You get search across releases, artists, labels, and marketplace listings without leaving your editor or chat window. I've used it to price-check vinyl before buying, trace sample sources on old records, and pull together label rosters for research. It's straightforward: you ask Claude to find a release or artist, and it returns structured data from Discogs' API. The main appeal is speed. If you're already in Claude Desktop working on music journalism, crate-digging notes, or building a catalogue app, you skip the browser tab dance. The marketplace search is particularly useful for checking current prices on pressings, though you'll still need to visit Discogs to actually buy anything. Artist lookups pull discographies with release years and formats, which beats manually scrolling through Discogs' web interface when you're cross-referencing a dozen artists. You'll need a Discogs API token, which is free but requires an account. The setup is typical MCP fare: install via npx, drop the token in your environment config, restart Claude. Once it's running, queries feel natural. Ask for "1980s releases on Factory Records" or "marketplace prices for Aphex Twin Selected Ambient Works" and you get JSON-formatted results Claude can parse and summarise. Limitations are mostly about scope. This is read-only, so you can't add to your collection or place orders. The marketplace data is a snapshot, not live, so prices drift if listings change between queries. If you're not already a Discogs user or don't work with music metadata regularly, this won't create a use case for you. It's a tool for people who already lean on Discogs and want to fold it into their LLM workflow. I'd reach for this when building music databases, fact-checking liner notes, or researching reissues. It's less useful if you're just browsing casually, because the Discogs website is frankly better for that. But for structured queries and bulk lookups, it's a clean shortcut.
Verdict

Install this if you regularly query Discogs for music metadata or marketplace prices and want to skip the browser. Skip it if you're not already a Discogs power user or don't work with music data in Claude. It does one thing well and doesn't pretend otherwise.

Good at

  • Pulls structured music metadata and marketplace prices directly into Claude without browser context switching.
  • Supports artist, release, label, and marketplace searches with clean JSON responses Claude can summarise or reformat.
  • Free Discogs API tier is generous enough for most research and catalogue work.
  • Setup is quick if you already have a Discogs account and know where to find API tokens.

Watch out

  • Read-only access means you can't add to your collection or interact with sellers.
  • Marketplace prices are snapshots, not live, so they can lag behind actual listings.
  • Only useful if you're already a Discogs user; it won't create a workflow for casual music fans.
  • Rate limits on the free Discogs API tier can interrupt bulk queries.

Use cases

  • record collection research
  • vinyl pricing checks
  • artist discography lookups
  • label catalogue browsing

Getting started

1. Sign up for a free Discogs account and generate a personal access token at discogs.com/settings/developers. 2. Run `npx -y discogs-mcp-server` to install, then add the server to your Claude Desktop config with `DISCOGS_TOKEN` set to your token. 3. Restart Claude Desktop and verify by asking Claude to search for a well-known artist or release. 4. Watch out for rate limits on the Discogs API if you're running bulk queries; the free tier throttles after sustained use. 5. Remember marketplace prices are snapshots, not live feeds, so double-check on Discogs before making purchase decisions.

Works with

Claude DesktopClaude CodeCursor

Similar MCPs