Spotify MCP Server
Related Servers
Alternatives to Spotify MCP Server
No user-submitted related servers found.
Related Servers
- FlicenseBqualityDmaintenanceEnables AI assistants to control Spotify playback, search for music, manage playlists, and interact with your Spotify library through natural language commands.19-
- AlicenseCqualityAmaintenanceEnables AI assistants to control Spotify playback, search the full catalog including podcasts and audiobooks, manage libraries and playlists, and understand listening taste.500639 npm1MIT
- FlicenseNot gradedqualityDmaintenanceEnables AI assistants to control Spotify playback, search music, manage playlists and library, and access user listening insights via the Spotify Web API.-
- FlicenseAqualityDmaintenanceEnables AI assistants to control Spotify playback, search for music, manage playlists, and access library information through the Spotify API. Requires Spotify Premium for playback control features.4-
- AlicenseBqualityDmaintenanceEnables AI assistants to control Spotify playback, manage playlists, search music, and access listening history. Requires Spotify Premium and uses secure OAuth 2.0 with PKCE authentication.1353 npmMIT
- AlicenseNot gradedqualityDmaintenanceEnables interaction with Spotify through natural language for music discovery, playback control, library management, and playlist creation. Supports searching for music, controlling playback, managing saved tracks, and getting personalized recommendations based on mood and preferences.53 npm5MIT
TDQS
Scored across 30 tools
Most tools target distinct resources and actions, and descriptions clearly separate close pairs like setVolume vs adjustVolume and skipToNext vs skipToPrevious. A few boundaries are softer (playMusic vs resumePlayback, and the combined saveOrRemoveAlbumForUser versus the separate library tools), but overall selection is reliable.
Nearly all tools use a consistent camelCase verb-first pattern (getAlbums, createPlaylist, removeTracksFromPlaylist, getTopTracks). The only real deviation is the compound saveOrRemoveAlbumForUser, which breaks the single-action convention used elsewhere.
At 30 tools this is on the heavy side, above the comfortable range, and a few (e.g. the album save/remove combiner) could be split or consolidated more cleanly. However, Spotify's surface area (playback, playlists, library, search, discovery) is genuinely broad, so most tools earn their place.
Coverage spans playback control, playlists, library, search, and listening stats, which is strong for the domain. Minor gaps remain: there is no way to save a track to Liked Songs (only remove), and no detailed getArtist/getTrack lookup outside of search.