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
Something for a rainy Sunday afternoonMood-based recommendations from your actual collection NEW
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 BlueDetailed 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
- Go to Settings → Integrations
- Click Add Integration
- Enter the URL below and click Add
- 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