MCP.so
ログイン

Discogs MCP Server

@cswkim

Discogs MCP Server について

MCP Server for Discogs

基本情報

カテゴリ

その他

ライセンス

MIT

ランタイム

node

トランスポート

stdio

公開者

cswkim

設定

以下の設定を使って、このサーバーを 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.

コメント

「その他」の他のコンテンツ