spotify-bulk-actions-mcp
Verified Safeby khglynn
Overview
This server enables bulk Spotify operations including batch playlist creation, large-scale library management, and confidence-scored song matching for importing song lists.
Installation
spotify-bulk-actions-mcpEnvironment Variables
- SPOTIFY_CLIENT_ID
- SPOTIFY_CLIENT_SECRET
- SPOTIFY_REDIRECT_URI
Security Notes
The server follows good practices for handling sensitive information by using environment variables (`.env`) for Spotify API credentials and by explicitly gitignoring the `.env` file and the `.spotify_cache/` directory where authentication tokens are stored. It uses `spotipy` for Spotify API interaction, which handles OAuth securely. No 'eval' or obvious malicious patterns were found. Users should be aware that the server requests broad Spotify API scopes necessary for its functionality (e.g., modifying playlists, reading library data), so understanding these permissions is important.
Similar Servers
spotify-mcp-server
Enables AI assistants to control Spotify playback and manage playlists via the Model Context Protocol (MCP).
spotify-streamable-mcp-server
Provides an LLM-friendly interface to control Spotify playback, search music, and manage playlists/saved songs, enabling voice control and smart-home automations.
youtube-music-mcp-server
Full-featured MCP server for YouTube Music to search, manage playlists, and create smart recommendations through AI assistants.
spotify-mcp
An MCP server enabling AI agents to control Spotify playback and manage playlists through a set of defined tools.