MCPHIVE

Spotify MCP

Local · stdio

A community server for the Spotify Web API: 30+ tools — playback control, track and artist search, queue management, playlist creation and editing, saved tracks and albums. OAuth 2.0 with automatic token refresh, stdio transport. 400 GitHub stars. Not an official Spotify product.

Why this server

  • 30+ tools for playback, search, queue, playlists, albums and library — nearly all of Spotify
  • The refresh token renews automatically — browser sign-in is needed only once
  • Queue and playlist management alongside playback itself — not just play/pause
  • 400 GitHub stars, but needs an active Spotify Premium device to control playback

Usage examples

Prompt: Play something similar to the current track

Result: The agent called getNowPlaying, then searchSpotify for a similar genre or artist, and play on the chosen track.

Prompt: Create a "Focus" playlist from my recently saved tracks

Result: The agent called getUsersSavedTracks, createPlaylist, then addTracksToPlaylist with the retrieved list.

Local server

This MCP runs locally on the user's machine (stdio), so availability isn't tracked — rely on reviews and the rating instead.

Reviews

No reviews yet.