spotify-mcp-server
Verified Safeby makesh-kumar
Overview
Enables AI assistants to control Spotify playback and manage playlists through the Model Context Protocol.
Installation
node build/index.jsSecurity Notes
The server correctly handles Spotify OAuth 2.0 authorization with client secrets stored in a local config file, not hardcoded. It explicitly enforces localhost redirect URIs during authentication to prevent token interception. The `@spotify/web-api-ts-sdk` is used for API interactions, which is a reputable library. There are no 'eval' statements or obfuscation. A minor note is that `handleSpotifyRequest` might suppress specific JSON parsing errors as successful operations, which could hide API response issues but is not a direct security vulnerability.
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.
sonos-ts-mcp
Control Sonos multi-room audio systems via Model Context Protocol (MCP) for AI-driven home automation and smart audio experiences.
youtube-music-mcp-server
Full-featured MCP server for YouTube Music to search, manage playlists, and create smart recommendations through AI assistants.