Skip to content

spotify bulk actions mcp for Zed

io.github.khglynn/spotify-bulk-actions-mcp

MCP server for bulk Spotify operations - batch playlist creation, exports, management

client:Zed transport:stdio runtime:pypi

Install spotify bulk actions mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "spotify-bulk-actions-mcp": {
      "command": "uvx",
      "args": [
        "spotify-bulk-actions-mcp"
      ],
      "env": {
        "SPOTIFY_CLIENT_ID": "<SPOTIFY_CLIENT_ID>",
        "SPOTIFY_CLIENT_SECRET": "<SPOTIFY_CLIENT_SECRET>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

spotify bulk actions mcp in other clients