Spotify MCP Server
Related Servers
Alternatives to Spotify MCP Server
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityDmaintenanceEnables AI assistants to control Spotify playback, search music, manage playlists and library, and access user listening insights via the Spotify Web API.-
- AlicenseCqualityAmaintenanceEnables AI assistants to control Spotify playback, search the full catalog including podcasts and audiobooks, manage libraries and playlists, and understand listening taste.5006391MIT
- 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.1338MIT
- AlicenseBqualityBmaintenanceConnects AI assistants to the Spotify Web API, enabling playback control, search, and recommendations.8MIT
- AlicenseAqualityBmaintenanceEnables AI assistants to control Spotify playback, manage playlists, and plan DJ sets using BPM, key, and energy data.37MIT
TDQS
Scored across 19 tools
Most tools have distinct purposes, such as getNowPlaying for current track info and getQueue for queue details, but some overlap exists: addToQueue and playMusic both handle playback initiation, which could cause confusion. However, descriptions clarify that addToQueue adds to queue without playing, while playMusic starts playback, mitigating ambiguity.
Tool names follow a consistent verb_noun pattern with clear actions like get, add, create, and skip, using camelCase throughout. Minor deviations include saveOrRemoveAlbumForUser, which is more verbose, and checkUsersSavedAlbums, which uses 'check' instead of 'get', but overall the naming is predictable and readable.
With 19 tools, the count is slightly high but reasonable for a comprehensive Spotify integration covering playback, library management, playlists, and search. It includes essential operations without being overly bloated, though it borders on feeling heavy compared to simpler servers.
The tool set provides complete coverage for Spotify's core domain: playback control (play, pause, skip, queue), library management (save/remove albums, get saved tracks), playlist operations (create, add tracks, get tracks), and search. No obvious gaps exist; agents can perform full workflows from discovery to playback and organization.