mcp-spotify

pete-builds/mcp-spotify
★ 0 stars Python API Integration Updated 2d ago
Remote Spotify MCP server over SSE. Works around Spotify's Feb 2026 API Development Mode restrictions. FastMCP + httpx + Docker.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-spotify": {
      "command": "uvx",
      "args": [
        "mcp-spotify"
      ]
    }
  }
}

Or install with pip: pip install mcp-spotify

README Excerpt

A Spotify MCP server designed to run as a **remote service** over Streamable HTTP — not a local stdio subprocess. Most Spotify MCP servers today ([varunneal/spotify-mcp](https://github.com/varunneal/spotify-mcp), [marcelmarais/spotify-mcp-server](https://github.com/marcelmarais/spotify-mcp-server), etc.) launch as a subprocess on the same machine as your AI client. If you have more than one machine — a homelab, a shared dev server, a laptop that moves around — you end up running N copies with N

Tools (14)

MCP_HOSTMCP_PORTSPOTIFY_CLIENT_IDSPOTIFY_CLIENT_SECRETSPOTIFY_REFRESH_TOKENadd_artists_to_playlistcreate_playlist_from_artistscreate_playlist_from_tracksdelete_playlistget_artist_top_trackslist_my_playlistsremove_tracks_from_playlistsearch_artistupdate_playlist

Topics

dockerfastmcpmcppythonspotify