Back to MCP Servers
🔌

cswkim/discogs-mcp-server

MITAPI key required

📇 ☁️ - MCP server to interact with the Discogs API

TypeScriptAPIs

Install

npx -y Running

Required environment variables

DISCOGS_PERSONAL_ACCESS_TOKENSet in your MCP config
YOUR_TOKENSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "cswkim-discogs-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "Running"
      ],
      "env": {
        "DISCOGS_PERSONAL_ACCESS_TOKEN": "<YOUR_DISCOGS_PERSONAL_ACCESS_TOKEN>",
        "YOUR_TOKEN": "<YOUR_YOUR_TOKEN>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.