Spotify-MCP-Server-Fall-2025
Verified Safeby Cuse-AI
Overview
An AI-powered music recommendation system that creates emotionally intelligent playlists by mapping songs to a 2D emotional manifold, using human-sourced comments for AI training and analysis.
Installation
cd code/web && npm install && npm run devEnvironment Variables
- ANTHROPIC_API_KEY
- SPOTIFY_CLIENT_ID
- SPOTIFY_CLIENT_SECRET
- REDDIT_USER_AGENT
- REDDIT_CLIENT_ID
- REDDIT_CLIENT_SECRET
- YOUTUBE_API_KEY
- PORT
Security Notes
API keys for Spotify, Anthropic, Reddit, and Google (YouTube) are managed via environment variables, which is good practice. Input validation is performed using 'zod' for API endpoints to mitigate common injection risks. Data scraping from external sources (Reddit, YouTube) inherently carries risks related to content quality, but a 'UnifiedQualityFilter' is in place. No 'eval' or obvious malicious patterns found.
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.
spotify-mcp
An MCP server enabling AI agents to control Spotify playback and manage playlists through a set of defined tools.
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.