spotify-mcp
Related Servers
Alternatives to spotify-mcp
No user-submitted related servers found.
Related Servers
- AlicenseBqualityCmaintenanceMCP server for the Spotify Web API — gives Claude and other AI assistants tools to search music, control playback, manage playlists, library, and podcasts.59MIT
- FlicenseNot gradedqualityDmaintenanceA FastMCP server that exposes Spotify's catalog and user context as tools for Claude, enabling track search, audio features, artist discography, recommendations, currently playing, and playlist creation.-
- AlicenseAqualityBmaintenanceMCP server for Spotify that enables playlist building and music discovery through 19 tools, allowing LLM agents to search tracks/artists/albums, manage playlists, control playback, and access personal listening data.20MIT
- AlicenseAqualityCmaintenanceMCP server to control Spotify conversationally from Claude, Cursor, and other AI clients.1187 npmMIT
- FlicenseNot gradedqualityDmaintenanceAn MCP server that provides intelligent playlist curation tools using Spotify track data and audio feature analysis. It enables AI assistants to create mood-based playlists, find similar songs, analyze audio characteristics, and curate personalized music collections.-
- AlicenseBqualityBmaintenanceEnables you to manage your personal Spotify library from Claude or a CLI, including organizing playlists, merging and deleting playlists, saving tracks, searching with artist verification, and querying top tracks, artists, and recently played items.27MIT
TDQS
Scored across 93 tools
Several tools have overlapping boundaries, such as spotify_status vs spotify_now_playing, spotify_play vs spotify_resume, spotify_cleanup_playlist vs spotify_deduplicate_playlist, and spotify_playlist_diff vs spotify_playlist_compare. Descriptions provide enough detail to distinguish most tools with careful reading, but the large number of closely related playlist and discovery functions creates genuine misselection risk.
The overwhelming majority follow a consistent spotify_verb_noun pattern (e.g., spotify_get_devices, spotify_create_playlist, spotify_skip_next). There are a few noun-phrase exceptions like spotify_playlist_analysis, spotify_playlist_vibe, and spotify_library_stats, but these are still readable and do not break the overall convention.
93 tools is extreme for any MCP server, far beyond the 3–15 well-scoped range. While the Spotify API is broad, this surface would overwhelm agents and makes selection, navigation, and maintenance unnecessarily difficult. The count alone is a strong negative signal.
Core playback, library, playlist, and discovery workflows are well covered, and custom curation tools add significant value. However, there are notable omissions like removing tracks from a playlist, deleting/unfollowing playlists, unsaving tracks/albums/episodes/shows, and unfollowing artists/users, which create dead ends in standard lifecycle flows.