spotify-mcp

331

The spotify-mcp project is an MCP server that integrates Claude with Spotify, allowing users to control and interact with their Spotify account programmatically. Key features include managing playback, searching for media, and handling playlists.

spotify-mcp MCP server

MCP project to connect Claude with Spotify. Built on top of spotipy-dev's API.

Features

  • Start, pause, and skip playback
  • Search for tracks/albums/artists/playlists
  • Get info about a track/album/artist/playlist
  • Manage the Spotify queue
  • Manage, create, and update playlists.

Configuration

  • Create an account on developer.spotify.com to get API keys.
  • Set up redirect uri as http://127.0.0.1:8080/callback.
  • Run project locally and add as an MCP server.

Troubleshooting

  • Ensure uv is updated.
  • Grant execution permissions.
  • Spotify premium is required for API access.