discogs-mcp-server

discogs-mcp-server

15

Discogs MCP Server is an MCP server designed for the Discogs API, focusing on music catalog operations. It offers search functionalities and is built using the FastMCP framework. Key features include easy integration with Claude Desktop and flexible running options via local development or Docker.

What is the Discogs MCP Server?

The Discogs MCP Server is a Model Context Protocol server that interfaces with the Discogs API to enable music catalog operations and search functionalities.

What are the prerequisites for running the server?

You need Node.js (version 18.x.x or 20.x.x) and optionally Docker for running the server without dealing with Node or dependencies.

How can I configure the server for Claude Desktop?

You can configure the server using NPX, Local Node, or Docker methods by editing the claude_desktop_config.json file with the appropriate settings.

Is OAuth support available?

OAuth support is not currently available but is planned for a future release.

What should I do if I encounter type-related issues?

Due to the vast number of API endpoints, type safety for every response is not guaranteed. Please report any type-related issues you encounter.