Skip to main content
Art & CultureTypeScript

cswkim/discogs-mcp-server

MCP server to interact with the Discogs API

art-culturecloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/cswkim/discogs-mcp-server

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Art & Culture
Language
TypeScript
Author
cswkim