Discogs MCP Server
@cswkim
关于 Discogs MCP Server
MCP Server for Discogs
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"discogs-mcp-server": {
"command": "docker",
"args": [
"build",
"-t",
"discogs-mcp-server:latest",
"."
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
其他 分类下的更多 MCP 服务器
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Awesome Mlops
visengerA curated list of references for MLOps
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
评论