
Discogs MCP Server Integration
Integrate FlowHunt with the Discogs MCP Server to automate music catalog management, enable advanced search, and streamline collection workflows directly throug...

Connect AI agents and apps to the Discogs music database for instant access to music metadata, artist, release, and label information via easy-to-use MCP tools.
The Discogs MCP Server is a Model Context Protocol (MCP) server designed to connect AI assistants and development tools with the Discogs music database. By serving as an intermediary, it enables AI clients to access, search, and interact with Discogs’ vast catalog of music releases, artists, and labels. This integration enhances development workflows by allowing automated queries, metadata retrieval, and content enrichment from external music data sources. Developers can leverage the Discogs MCP Server for tasks such as searching for music information, cataloging collections, or integrating Discogs data into apps and workflows, streamlining the process of working with music-related data and APIs.
No prompt templates were found in the provided repository files.
No explicit MCP resources were documented in the repository files.
The following tools are provided by the Discogs MCP Server as described in TOOLS.md :
{
"mcpServers": {
"discogs-mcp": {
"command": "npx",
"args": ["@cswkim/discogs-mcp-server@latest"]
}
}
}
{
"mcpServers": {
"discogs-mcp": {
"command": "npx",
"args": ["@cswkim/discogs-mcp-server@latest"]
}
}
}
{
"mcpServers": {
"discogs-mcp": {
"command": "npx",
"args": ["@cswkim/discogs-mcp-server@latest"]
}
}
}
{
"mcpServers": {
"discogs-mcp": {
"command": "npx",
"args": ["@cswkim/discogs-mcp-server@latest"]
}
}
}
Securing API Keys:
Store sensitive data like API keys in environment variables. Example:
{
"mcpServers": {
"discogs-mcp": {
"env": {
"DISCOGS_API_KEY": "your-api-key"
},
"inputs": {
"apiKey": "${DISCOGS_API_KEY}"
}
}
}
}
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:

Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"discogs-mcp": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “discogs-mcp” to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.
| Section | Availability | Details/Notes |
|---|---|---|
| Overview | ✅ | |
| List of Prompts | ⛔ | No prompt templates found. |
| List of Resources | ⛔ | Not explicitly documented. |
| List of Tools | ✅ | Tools listed in TOOLS.md. |
| Securing API Keys | ✅ | .env.example file and JSON env example provided. |
| Sampling Support (less important in evaluation) | ⛔ | Not documented. |
Based on the available documentation and code, the Discogs MCP Server offers a clear set of tools and good integration examples, but lacks documentation for prompts, resources, and sampling/roots support. It is well-suited for music data integration tasks, but may require additional customization or documentation for advanced MCP features.
| Has a LICENSE | ✅ (MIT) |
|---|---|
| Has at least one tool | ✅ |
| Number of Forks | 3 |
| Number of Stars | 22 |
Empower your bots and workflows with rich music information from Discogs. Add the Discogs MCP Server to your FlowHunt flows for advanced music metadata access.

Integrate FlowHunt with the Discogs MCP Server to automate music catalog management, enable advanced search, and streamline collection workflows directly throug...

The Spotify MCP Server bridges FlowHunt AI assistants with Spotify’s API, enabling automated playback control, music search, playlist management, metadata retri...

The MCP Open Library server bridges AI assistants with the Internet Archive's Open Library API, enabling seamless search and retrieval of book, author, and medi...
Cookie Consent
We use cookies to enhance your browsing experience and analyze our traffic. See our privacy policy.