mcp-server-spotify

cacack/mcp-server-spotify
★ 0 stars Python 🔌 API Integration Updated today
MCP server for surgical Spotify playlist editing (search, create, add/remove/reorder tracks)
View on GitHub → Try with Claude — $10 free →

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-server-spotify": {
      "command": "uvx",
      "args": [
        "mcp-server-spotify"
      ]
    }
  }
}

Or install with pip: pip install mcp-server-spotify

README Excerpt

An MCP server for **surgical Spotify playlist editing**. Where Spotify's built-in "generate a playlist from a vibe" tooling can't make precise edits, this exposes the Spotify Web API's granular playlist operations directly — so an LLM can search for tracks, then add, remove, and reorder them at exact positions.

Tools (1)

skip_existing