playlist-matcher
Verified Safeby gauravdewani99
Overview
Automatically organizes liked Spotify songs into existing playlists based on artist and genre similarity, and can run on a schedule.
Installation
node dist/index.jsEnvironment Variables
- SPOTIFY_CLIENT_ID
Security Notes
The server uses secure OAuth PKCE for Spotify authentication. Tokens are stored locally in the user's config directory, which is a standard practice for desktop applications. The `run-cron.sh` script, while hardcoding a `SPOTIFY_CLIENT_ID`, does not expose a critical secret as Spotify Client IDs for public clients (using PKCE) are not considered confidential. No 'eval' or malicious patterns were identified.
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-Server
Enables AI assistants to control Spotify playback, manage playlists, discover music, and interact with the user's library through a Model Context Protocol (MCP) server.