suuppon/discogs-mcp-server
If you are the rightful owner of discogs-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
Discogs MCP Server is a Model Context Protocol server that interfaces with the Discogs API using the disconnect library, enabling LLM-based clients to query Discogs data through standardized MCP tool interfaces.
Tools
Functions exposed to the LLM to take actions
discogs.search
Search across artists, releases, labels, and masters.
discogs.getRelease
Fetch release details by ID.
discogs.getArtist
Fetch artist info by ID.
discogs.collection.listReleases
List user’s collection folder contents.
discogs.wantlist.add
Add releases to authenticated user’s wantlist.
discogs.wantlist.remove
Remove releases from authenticated user’s wantlist.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client