Your records,
AI-powered

Discogs MCP is a Model Context Protocol server that connects Claude and other AI assistants to your Discogs record collection. Search by genre, decade, or just tell it you want something for a rainy Sunday.

Now spinning…

Things you can ask

What jazz records do I own? Searches your full Discogs library by genre, style, or artist
How many records from the 70s do I have? Collection statistics and breakdowns
Tell me about this pressing of Kind of Blue Detailed release info including label, year, and format

Setup

Add the Discogs MCP server to your AI client in a few steps.

Claude.ai / Claude Desktop

  1. Go to SettingsIntegrations
  2. Click Add Integration
  3. Enter the URL below and click Add
  4. Authenticate with Discogs when prompted
https://discogs-mcp.com/mcp

Claude Code

Run this command in your terminal:

claude mcp add --transport http discogs https://discogs-mcp.com/mcp

OpenCode

opencode.json

{ "mcp": { "discogs": { "type": "remote", "url": "https://discogs-mcp.com/mcp" } } }

Cursor / Windsurf / Other MCP Clients

Add to your MCP config file:

{ "mcpServers": { "discogs": { "url": "https://discogs-mcp.com/mcp" } } }

Available Tools

Public (no auth)

  • ping
  • server_info
  • auth_status

Personal (auth required)

  • search_collection
  • get_release
  • get_collection_stats
  • get_recommendations
  • get_cache_stats