Back to MCP Servers

Spotify Bulk Actions

Bulk Spotify operations with confidence-scored song matching, batch playlist creation from CSV/podcast lists, and library exports for discovering your most-saved artists and albums.

art-culture

Installation

npx -y spotify-bulk-actions-mcp

Configuration

{
  "mcpServers": {
    "spotify-bulk-actions-mcp": {
      "command": "npx",
      "args": ["-y", "spotify-bulk-actions-mcp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub