HomeDesign & Media › spotify-bulk-actions-mcp

spotify-bulk-actions-mcp

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

Python Cloud
★ 2 stars Last pushed 2026-09-11 License: MIT

Topics: Art & Culture

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 0.1.1)

uvx spotify-bulk-actions-mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "spotify-bulk-actions-mcp": {
      "command": "uvx",
      "args": [
        "spotify-bulk-actions-mcp"
      ],
      "env": {
        "SPOTIFY_CLIENT_ID": "<YOUR_VALUE>",
        "SPOTIFY_CLIENT_SECRET": "<YOUR_VALUE>"
      }
    }
  }
}
  • SPOTIFY_CLIENT_ID required — Spotify API Client ID from developer.spotify.com
  • SPOTIFY_CLIENT_SECRET required secret — Spotify API Client Secret from developer.spotify.com

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry