Two minutes
to connect.
Choose your client, paste one URL, and sign in with your own
Discogs account. Free, read-only, no invite needed.
ClaudeWeb or desktop
Requires a Claude plan that allows custom connectors. The same setup works in claude.ai and Claude Desktop.
Open Settings → Connectors in claude.ai or Claude Desktop.
Click Add custom connector, name it
DIG for Discogs, and paste the server URL:https://discogs-mcp.woiii.workers.dev/mcpStart a new chat, open the tools menu, and enable the connector. On first use Claude asks you to connect — your browser opens Discogs, you sign in, and you're done.
Try it: “What's the best pressing of OK Computer?”
ChatGPTDeveloper mode
Web only (chatgpt.com), Plus or Pro plan. Developer-mode apps get read tools — which is all DIG has, so nothing is missing.
Open Settings → Apps & Connectors → Advanced settings and switch on Developer mode.
Back in Apps & Connectors, choose Create, name the app
DIG for Discogs, set authentication to OAuth, and paste the server URL:https://discogs-mcp.woiii.workers.dev/mcpComplete the Discogs sign-in when prompted, then mention the app in a chat (type
/or pick it from the tools menu).
CodexApp or IDE
Codex clients on the same computer share their MCP server configuration.
Open Settings → MCP servers in Codex.
Select Add server, name it
discogs, choose Streamable HTTP, and paste the server URL:https://discogs-mcp.woiii.workers.dev/mcpSave the server, restart if prompted, then select Authenticate to complete the one-time Discogs sign-in.
Try it: “Compare the best pressings of this album.”
Chrome extensionLoad unpacked
Requires Chrome 114+. Until the Chrome Web Store listing is live, the extension installs from source — it takes about two minutes.
Download the source from GitHub — the green Code button → Download ZIP — and unzip it.
Open
chrome://extensionsand switch on Developer mode (top right).Click Load unpacked and select the
extension/folder inside the unzipped download.Visit any release on discogs.com, open the side panel, and sign in with your Discogs account.
Good to know
- First analysis is slow — on purpose. DIG checks every listed version, pressing detail, price signal, and collector note before answering. That broader first pass takes about ten seconds; repeat questions are near-instant because the result is cached.
- Use slash commands. Try
/find-best-pressingor/rank-my-wantlistin clients that support MCP shortcuts. - Older client? SSE-only clients can use the legacy endpoint:
https://discogs-mcp.woiii.workers.dev/sse. - Stuck? Ask in GitHub Discussions or open an issue. Include your client and the step where setup stopped.