LogoSTMCP
Download
discogs-mcp-server

Discogs MCP Server

Discogs MCP Server is a Model Context Protocol server that provides access to the Discogs API for music catalog operations, search functionality, and collection management through various AI clients.

Tools

1. search_database

Search the Discogs database for releases, masters, artists, or labels.

2. get_release

Retrieve detailed information about a specific release.

3. get_master

Retrieve detailed information about a specific master release.

4. get_artist

Retrieve detailed information about a specific artist.

5. get_label

Retrieve detailed information about a specific label.

6. get_user_collection

Retrieve a user's collection folders and releases.

7. add_to_collection

Add a release to a user's collection folder.

8. remove_from_collection

Remove a release from a user's collection folder.

9. get_user_wantlist

Retrieve a user's wantlist.

10. add_to_wantlist

Add a release to a user's wantlist.

11. remove_from_wantlist

Remove a release from a user's wantlist.

12. get_user_profile

Retrieve a user's Discogs profile information.

13. get_community_rating

Retrieve the community rating for a release.

14. get_price_suggestions

Retrieve price suggestions for a release.

15. get_marketplace_listings

Retrieve marketplace listings for a release.

Open Graph image for Discogs MCP Server

JSON Config

{
  "mcpServers": {
    "discogs": {
      "command": "npx",
      "args": [
        "-y",
        "discogs-mcp-server"
      ],
      "env": {
        "DISCOGS_PERSONAL_ACCESS_TOKEN": "<YOUR_TOKEN>"
      }
    }
  }
}

Useful Links

Information

  • Author@cswkim
  • Published date2025/09/18