cswkim/discogs-mcp-server
MCP server to interact with the Discogs API
Quick Start
Clone the repository:
git clone https://github.com/cswkim/discogs-mcp-serverClaude 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.