Spotify MCP server offering 100+ tools for playback, search, playlist management, vibe analysis, and artist exploration with updated API support.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ we're steadily working through the catalog.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Spotify MCP.
spotify_statusConnection status and current playback
spotify_now_playingCurrently playing track details
spotify_playStart playback (track, album, or playlist)
spotify_pausePause playback
spotify_resumeResume playback
spotify_skip_nextSkip to next track
Control Spotify from Claude, Cursor, or any MCP client. 100+ tools for playback, search, playlist management, smart shuffle, vibe analysis, natural language song search, artist exploration, and library indexing. Just uvx spotify-mcp to get started.
Go to the Spotify Developer Dashboard, create an app, set the redirect URI to http://127.0.0.1:8888/callback, check Web API, and copy your Client ID. No client secret needed (PKCE auth).
Claude Code (one command):
Then set your client ID: claude mcp add spotify -e SPOTIFY_CLIENT_ID=your_client_id -- uvx spotify-mcp
Claude Desktop (add to claude_desktop_config.json):
Cursor / VS Code (same config, but load only core tools to stay under the 40-tool limit):
Or install with pip: pip install spotify-mcp
The first time you use a Spotify tool, your browser opens for OAuth. Grant access and the token is cached locally.
There are 30+ Spotify MCP servers out there. Most have 10-15 tools covering play, pause, and search.
| spotify-mcp | Typical server | |
|---|---|---|
| Tools | 100+ | 5-15 |
| Smart shuffle (6 strategies incl. energy arcs) | Yes | No |
| Vibe engine (mood analysis without audio-features) | Yes | No |
| Natural language song search | Yes | No |
| Artist network mapping (100 related artists) | Yes | No |
| Taste evolution tracking | Yes | No |
| Library index (AI playlists from your own songs) | Yes | No |
| Destructive tools stripped by default | Yes | No |
| Merge / diff / deduplicate playlists | Yes | No |
| Works after Feb 2026 API changes | Yes | Most broke |
| PKCE auth (no client secret needed) | Yes | Rare |
Some things you can ask:
All tools load by default, minus destructive tools (see Safety). For clients with tool limits, use --toolsets:
Or via environment variable: SPOTIFY_MCP_TOOLSETS=core,power
Available toolsets: core, social, discovery, power, destructive, all
Destructive tools (remove tracks, unfollow artists, delete content) are not loaded unless you opt in with --toolsets=all,destructive. Safe for auto-accept mode since the AI cannot call tools that don't exist.
Affected tools: spotify_remove_from_playlist, spotify_remove_saved_tracks, spotify_remove_saved_albums, spotify_remove_saved_shows, spotify_unfollow_playlist, spotify_unfollow_artists, spotify_unfollow_users
Even when enabled, destructive tools default to dry_run=True, showing a preview without executing. Pass dry_run=False to perform the action.
| Tool | Description |
|---|---|
spotify_status | Connection status and current playback |
spotify_now_playing | Currently playing track details |
spotify_play | Start playback (track, album, or playlist) |
spotify_pause | Pause playback |
spotify_resume | Resume playback |
spotify_skip_next | Skip to next track |
spotify_skip_previous | Skip to previous track |
spotify_add_to_queue | Add a track to the queue |
spotify_get_queue | View the playback queue |
spotify_get_devices | List available Spotify Connect devices |
spotify_set_volume | Set volume (0-100) |
spotify_seek | Seek to a position in the current track |
spotify_set_repeat | Set repeat mode (off/context/track) |
spotify_toggle_shuffle | Toggle shuffle on or off |
spotify_transfer_playback | Transfer playback to another device |
| Tool | Description |
|---|---|
spotify_get_my_playlists | List your playlists |
spotify_get_playlist | Get playlist details and tracks |
spotify_get_playlist_tracks | Get playlist tracks with pagination |
spotify_create_playlist | Create a new playlist |
spotify_add_to_playlist | Add tracks to a playlist |
spotify_remove_from_playlist | Remove tracks from a playlist |
spotify_reorder_playlist | Move tracks within a playlist |
spotify_update_playlist | Update name, description, or visibility |
spotify_follow_playlist | Follow a playlist |
spotify_unfollow_playlist | Unfollow a playlist |
spotify_get_playlist_cover | Get the playlist's cover image URL |
spotify_check_playlist_followers | Check if users follow a playlist |
| Tool | Description |
|---|---|
spotify_search | Search for tracks, artists, albums, or playlists |
spotify_related_artists | Find artists similar to a given artist |
spotify_discover_by_artist | Discover tracks via related artists |
spotify_discover_by_mood | Find tracks matching a mood |
spotify_genre_explorer | Explore tracks and artists in a genre |
spotify_discover_deep_cuts | Find album-only tracks (not singles) |
| Tool | Description |
|---|---|
spotify_top_tracks | Your top tracks by time range |
spotify_top_artists | Your top artists by time range |
spotify_recently_played | Recent listening history |
spotify_listening_patterns | When you listen (hour and day distributions) |
spotify_taste_profile | Genre diversity and niche artist analysis |
spotify_playlist_compare | Compare multiple playlists side by side |
spotify_playlist_freshness | When each playlist was last updated, sorted by staleness |
| Tool | Description |
|---|---|
spotify_get_saved_tracks | Your liked/saved tracks |
spotify_save_tracks | Save tracks to Liked Songs |
spotify_remove_saved_tracks | Remove tracks from Liked Songs |
spotify_get_saved_albums | Your saved albums |
spotify_save_albums | Save albums to library |
spotify_remove_saved_albums | Remove albums from library |
spotify_check_saved_tracks | Check if tracks are in Liked Songs |
spotify_check_saved_albums | Check if albums are in your library |
spotify_get_saved_episodes | Your saved podcast episodes |
| Tool | Description |
|---|---|
spotify_follow_artists | Follow artists |
spotify_unfollow_artists | Unfollow artists |
spotify_get_followed_artists | List your followed artists |
spotify_check_following_artists | Check if you follow specific artists |
spotify_check_following_users | Check if you follow specific users |
spotify_follow_users | Follow Spotify users |
spotify_unfollow_users | Unfollow Spotify users |
| Tool | Description |
|---|---|
spotify_get_saved_shows | Your saved podcasts and shows |
spotify_get_show | Get show details |
spotify_get_show_episodes | List episodes of a show |
spotify_save_shows | Save shows to your library |
spotify_remove_saved_shows | Remove shows from your library |
spotify_check_saved_shows | Check if shows are in your library |
spotify_save_episodes | Save individual episodes |
spotify_get_episode | Get episode details (duration, resume point) |
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/gupta-kush-spotify-mcp)<a href="https://allmcps.com/mcp/gupta-kush-spotify-mcp"><img src="https://allmcps.com/api/badge/gupta-kush-spotify-mcp?style=directory" alt="Spotify MCP on AllMCPs" /></a>