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.

Discogs MCP Server

MCP Server for the Discogs API, enabling music catalog operations, search functionality, and more.

Quickstart

Install Node.js and obtain your Discogs personal access token.

Available Tools

  • Music catalog operations
  • Search functionality

Caveats

  • Incomplete Discogs API documentation
  • Type safety issues

Prerequisites

  • Node.js (version 18.x.x or higher)
  • Docker (optional)

Setup

  1. Clone the repository
  2. Set environment variables in .env file

Running the Server Locally

Option 1: Local Development

  • Install dependencies
  • Run various pnpm commands for development

Option 2: Docker

  • Build and run the Docker image.

Inspection

Use MCP Inspector for testing the server locally.