Skip to content
MCP Server Community By @cswkim

cswkim/discogs-mcp-server

πŸ“‡ ☁️ - MCP server to interact with the Discogs API

New to MCP? Copy the config below, then follow the Claude Desktop / Cursor steps.

Install guide β†’
Connected Apps: cswkim/discogs-mcp-server Claude Desktop

Installation Guide

Run command: npx -y @modelcontextprotocol/server-cswkim-discogs-mcp-server

Detailed Documentation

πŸ“‡ ☁️ - MCP server to interact with the Discogs API

Configuration

{
  "mcpServers": {
    "cswkim-discogs-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-cswkim-discogs-mcp-server"
      ],
      "env": {}
    }
  }
}