MCP server for Spotify music search and playlist management
MCP server for Spotify music search and playlist management. Exposed over MCP by the spotify playlist generator mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.
A Model Context Protocol (MCP) server that enables AI applications to search for music tracks and manage playlists using the official Spotify Web API.
Everything the assistant can do here goes through one of these:
Permissions — OAuth scope determines available operationsPrerequisites — The Prerequisites tool exposed by this serverInstallation — 1. Clone this repository: bash git clone https://github.com/danisss9/spotify-playlist-generator-mcp-serverauthenticate_spotify — Authenticate with Spotify OAuth to enable music search and playlist management featuresget_auth_status — The get_auth_status tool exposed by this serversearch_tracks — The search_tracks tool exposed by this serverget_track_details — The get_track_details tool exposed by this servercreate_playlist — The create_playlist tool exposed by this serveredit_playlist — Edit existing playlist information (requires authentication)add_to_playlist — The add_to_playlist tool exposed by this serverlist_playlists — The list_playlists tool exposed by this serverget_playlist_tracks — Get tracks from a Spotify playlist (requires authentication)You will need 2 environment variables: SPOTIFY_CLIENT_ID, SPOTIFY_CLIENT_SECRET. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Spotify Playlist Generator's toolset — Permissions, Prerequisites, Installation and 11 more — is a fair guide to whether it matches your workflow. It is maintained by danisss9; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Spotify Playlist Generator's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Permissions | OAuth scope determines available operations |
| Prerequisites | The Prerequisites tool exposed by this server. |
| Installation | 1. Clone this repository: bash git clone https://github.com/danisss9/spotify-playlist-generator-mcp-server |
| authenticate_spotify | Authenticate with Spotify OAuth to enable music search and playlist management features. |
| get_auth_status | The get_auth_status tool exposed by this server. |
| search_tracks | The search_tracks tool exposed by this server. |
| get_track_details | The get_track_details tool exposed by this server. |
| create_playlist | The create_playlist tool exposed by this server. |
| edit_playlist | Edit existing playlist information (requires authentication). |
| add_to_playlist | The add_to_playlist tool exposed by this server. |
| list_playlists | The list_playlists tool exposed by this server. |
| get_playlist_tracks | Get tracks from a Spotify playlist (requires authentication). |
| remove_from_playlist | Remove tracks from a Spotify playlist (requires authentication). |
| Building | The Building tool exposed by this server. |
| Variable | Description | Required |
|---|---|---|
| SPOTIFY_CLIENT_ID | Configuration value read at startup. | Optional |
| SPOTIFY_CLIENT_SECRET | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.