Spotify Playlist Generator Mcp Server
@danisss9
About Spotify Playlist Generator Mcp Server
A Model Context Protocol (MCP) server that enables AI applications to search for music tracks and manage playlists using the official Spotify Web API.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"spotify-playlist-generator": {
"command": "node",
"args": [
"/absolute/path/to/spotify-playlist-generator/build/index.js"
],
"env": {
"SPOTIFY_CLIENT_ID": "your_client_id_here",
"SPOTIFY_CLIENT_SECRET": "your_client_secret_here"
}
}
}
}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 Spotify Playlist Generator Mcp Server?
A Model Context Protocol (MCP) server that enables AI applications to search for music tracks and manage playlists using the official Spotify Web API. It is built for developers integrating Spotify functionality into AI assistants or chat clients.
How to use Spotify Playlist Generator Mcp Server?
Clone the repository, install dependencies, set up a Spotify App, configure environment variables (SPOTIFY_CLIENT_ID, SPOTIFY_CLIENT_SECRET), build the TypeScript code, then run the server. It uses stdio transport and can be added to Claude Desktop or VS Code Copilot as an MCP server. OAuth authentication is required for all features.
Key features of Spotify Playlist Generator Mcp Server
- Search music tracks on Spotify with customizable parameters
- Retrieve detailed information about specific tracks
- Create, edit, and delete playlists
- Add or remove tracks from playlists
- List user playlists with pagination
- OAuth 2.0 authentication flow for secure access
Use cases of Spotify Playlist Generator Mcp Server
- AI assistants that recommend and manage Spotify playlists
- Voice‑controlled playlist creation and editing
- Automated music curation based on user preferences
- Integration with developer tools (e.g., VS Code) for quick track lookups
- Building chat‑based music discovery apps
FAQ from Spotify Playlist Generator Mcp Server
Do I need a Spotify Developer account?
Yes. You must create a Spotify App in the Spotify Developer Dashboard and obtain a Client ID and Client Secret.
What runtime does the server require?
Node.js 18 or higher.
Does the server work offline or with cached data?
No. All operations require a live connection to the Spotify Web API.
Which MCP clients are supported?
Any client that supports the stdio transport. Examples include Claude Desktop and Visual Studio Code with GitHub Copilot.
What are the main API limitations?
Spotify enforces rate limits per endpoint, OAuth access tokens expire after one hour, some tracks may be restricted by market, and the available operations depend on the granted OAuth scopes.
Frequently asked questions
Do I need a Spotify Developer account?
Yes. You must create a Spotify App in the Spotify Developer Dashboard and obtain a Client ID and Client Secret.
What runtime does the server require?
Node.js 18 or higher.
Does the server work offline or with cached data?
No. All operations require a live connection to the Spotify Web API.
Which MCP clients are supported?
Any client that supports the stdio transport. Examples include Claude Desktop and Visual Studio Code with GitHub Copilot.
What are the main API limitations?
Spotify enforces rate limits per endpoint, OAuth access tokens expire after one hour, some tracks may be restricted by market, and the available operations depend on the granted OAuth scopes.
Basic information
More Media & Design MCP servers
Framelink Figma MCP Server
GLipsMCP server to provide Figma layout information to AI coding agents like Cursor
MCP Google Map Server
cablateA powerful Model Context Protocol (MCP) server providing comprehensive Google Maps API integration with LLM processing capabilities.
YouTube MCP Server
anaisbettsA Model-Context Protocol Server for YouTube
SVGator
SVGatorDrive your SVGator account from any AI assistant. Prompt an animation, get an editable project back, and export it as SVG, Lottie, GIF, MP4, and more, then open it in the editor to finish by hand.
百度地图 MCP Server
baidu-mapsBaidu Map MCP Server
Comments