Discogs MCP Server
@cswkim
About Discogs MCP Server
MCP Server for Discogs
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"discogs-mcp-server": {
"command": "docker",
"args": [
"build",
"-t",
"discogs-mcp-server:latest",
"."
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Discogs MCP Server?
Discogs MCP Server is an MCP server for the Discogs API that enables music catalog operations, search functionality, and editing of Discogs collections. It is built using FastMCP and is intended for users who want to integrate Discogs data with MCP-compatible clients such as Claude Desktop, LibreChat, and LM Studio.
How to use Discogs MCP Server?
Requires Node.js (tested with 20.x.x, 18.x.x) and a Discogs personal access token. Can be run locally via npx (npx discogs-mcp-server) or Docker. Configure the server in your MCP client’s config file (e.g., claude_desktop_config.json) by specifying the command, arguments, and environment variable DISCOGS_PERSONAL_ACCESS_TOKEN.
Key features of Discogs MCP Server
- Music catalog operations via the Discogs API
- Search functionality for releases, artists, and more
- Editing data in your Discogs collection (use with caution)
- Supports stdio and HTTP streaming transports
- Configurable default
per_page(set to 5 to avoid client overload) - Run locally or via Docker
Use cases of Discogs MCP Server
- Query and manage personal Discogs collection through AI assistants
- Search Discogs database for music metadata
- Automate collection updates via MCP-compatible clients
FAQ from Discogs MCP Server
What is Discogs MCP Server?
An MCP server that wraps the Discogs API, allowing AI assistants to search, retrieve, and edit music catalog data from Discogs.
How do I get a Discogs personal access token?
Go to your Discogs Settings > Developers page, find your token or generate a new one, and set it as the DISCOGS_PERSONAL_ACCESS_TOKEN environment variable. Do not share your token.
What runtime does Discogs MCP Server require?
Node.js (tested with version 20.x.x; 18.x.x should work). Docker is optional for containerized deployment.
Can Discogs MCP Server modify my collection data?
Yes, the server allows editing data in your Discogs collection. Use with caution and verify your actions before executing them.
What clients are supported?
The README provides configuration examples for Claude Desktop, LibreChat, and LM Studio. More clients may be added in the future.
Frequently asked questions
What is Discogs MCP Server?
An MCP server that wraps the Discogs API, allowing AI assistants to search, retrieve, and edit music catalog data from Discogs.
How do I get a Discogs personal access token?
Go to your Discogs Settings > Developers page, find your token or generate a new one, and set it as the `DISCOGS_PERSONAL_ACCESS_TOKEN` environment variable. Do not share your token.
What runtime does Discogs MCP Server require?
Node.js (tested with version 20.x.x; 18.x.x should work). Docker is optional for containerized deployment.
Can Discogs MCP Server modify my collection data?
Yes, the server allows editing data in your Discogs collection. Use with caution and verify your actions before executing them.
What clients are supported?
The README provides configuration examples for Claude Desktop, LibreChat, and LM Studio. More clients may be added in the future.
Basic information
More Other MCP servers
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
ghidraMCP
LaurieWiredMCP Server for Ghidra

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments