
Discogs MCP Server
The Discogs MCP Server enables AI assistants and development tools to seamlessly connect with the Discogs music database, providing automated access to music re...
Seamlessly connect FlowHunt AI workflows to Spotify for advanced music playback, search, playlist, and queue management with the Spotify MCP Server.
The Spotify MCP (Model Context Protocol) Server is a tool designed to connect AI assistants, such as LLMs, with Spotify’s extensive API. By acting as an intermediary, it allows AI-powered workflows to control Spotify playback, search for tracks, albums, artists, or playlists, retrieve detailed information, and manage user playlists and queues. This capability enables developers and AI users to seamlessly integrate music data and playback control into their applications, automating music management, curation, and exploration tasks. It enhances development workflows by providing standardized access to Spotify’s features, making it easier to build intelligent agents that interact dynamically with music content.
No prompt templates are mentioned in the repository.
No explicit MCP resources are documented in the repository.
No Windsurf-specific setup instructions are provided.
git clone https://github.com/varunneal/spotify-mcp.git
~/Library/Application Support/Claude/claude_desktop_config.json
%APPDATA%/Claude/claude_desktop_config.json
mcpServers
section:"spotify": {
"command": "uv",
"args": [
"--directory",
"/path/to/spotify_mcp",
"run",
"spotify-mcp"
],
"env": {
"SPOTIFY_CLIENT_ID": "YOUR_CLIENT_ID",
"SPOTIFY_CLIENT_SECRET": "YOUR_CLIENT_SECRET",
"SPOTIFY_REDIRECT_URI": "http://127.0.0.1:8080/callback"
}
}
No Cursor-specific setup instructions are provided.
No Cline-specific setup instructions are provided.
API credentials are stored via environment variables in the configuration JSON:
"env": {
"SPOTIFY_CLIENT_ID": "YOUR_CLIENT_ID",
"SPOTIFY_CLIENT_SECRET": "YOUR_CLIENT_SECRET",
"SPOTIFY_REDIRECT_URI": "http://127.0.0.1:8080/callback"
}
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:
{
"spotify": {
"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 “spotify” 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 | ⛔ | No explicit resources found |
List of Tools | ✅ | Inferred from README feature list |
Securing API Keys | ✅ | Via env in JSON configuration |
Sampling Support (less important in evaluation) | ⛔ | Not mentioned |
The Spotify MCP server offers practical music integration capabilities, with clear setup for Claude and comprehensive tool support for playback and search. However, the absence of prompt templates, explicit resources, and roots/sampling support lowers its extensibility for advanced MCP users.
Has a LICENSE | ✅ (MIT) |
---|---|
Has at least one tool | ✅ |
Number of Forks | 69 |
Number of Stars | 358 |
It enables FlowHunt AI agents and workflows to connect with Spotify’s API for playback control, searching music, managing playlists and the queue, and accessing metadata—automating music-related tasks programmatically.
Available tools include Start Playback, Pause Playback, Skip Playback, Search (tracks, albums, artists, playlists), Get Info, Manage Queue, and Manage Playlists.
Store your Spotify API credentials as environment variables in the MCP server configuration JSON under the 'env' field. Never commit sensitive credentials to source control.
Yes, FlowHunt can use the MCP Server to create, update, and curate Spotify playlists, supporting automated playlist recommendations and management directly from your AI workflow.
No prompt templates or explicit MCP resources are provided by default. All integration relies on the available toolset and your workflow design.
Automate music playback and management in your AI flows by connecting the Spotify MCP Server to FlowHunt.
The Discogs MCP Server enables AI assistants and development tools to seamlessly connect with the Discogs music database, providing automated access to music re...
The Model Context Protocol (MCP) Server bridges AI assistants with external data sources, APIs, and services, enabling streamlined integration of complex workfl...
Integrate FlowHunt with the LiveAgent MCP Server to enable AI-powered automation of helpdesk workflows, including ticket, agent, contact, and department managem...