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.

  1. Open Settings → Connectors in claude.ai or Claude Desktop.

  2. Click Add custom connector, name it DIG for Discogs, and paste the server URL:

    https://discogs-mcp.woiii.workers.dev/mcp
  3. Start 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.

  4. 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.

  1. Open Settings → Apps & Connectors → Advanced settings and switch on Developer mode.

  2. 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/mcp
  3. Complete 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.

  1. Open Settings → MCP servers in Codex.

  2. Select Add server, name it discogs, choose Streamable HTTP, and paste the server URL:

    https://discogs-mcp.woiii.workers.dev/mcp
  3. Save the server, restart if prompted, then select Authenticate to complete the one-time Discogs sign-in.

  4. 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.

  1. Download the source from GitHub — the green Code button → Download ZIP — and unzip it.

  2. Open chrome://extensions and switch on Developer mode (top right).

  3. Click Load unpacked and select the extension/ folder inside the unzipped download.

  4. 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-pressing or /rank-my-wantlist in 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.