Discogs MCP
Searches the Discogs music catalogue for releases, artists, labels, and marketplace listings.
Delv Safety Grade: C
Score 58/100 · assessed 2026-04-28
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 THREESubmissions 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
Install
npx -y discogs-mcp-server
DISCOGS_TOKENReview
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
Works with
Similar MCPs
- MobbinReference 621,500+ real app screens from inside Claude, Cursor, and other AI tools. Mobbin's design library exposed as MCP so agents can work from real UI patterns instead of guessing.
- Unsplash MCPSearches Unsplash for high-quality stock photos with filters for orientation, colour, and size.
- OP.GG MCPProvides gaming data for League of Legends, TFT, and Valorant including champion analytics, esports schedules, and meta comps.
- FetchA simple HTTP fetch tool for Claude - read any public URL and get the cleaned text back. The no-frills alternative to Puppeteer for static pages.