Back to Home
Gregoire-W icon

mcp-spotify

Verified Safe

by Gregoire-W

Overview

Enables AI assistants to create and manage Spotify playlists using natural language prompts, leveraging the Model Context Protocol.

Installation

Run Command
docker compose up --build

Environment Variables

  • SPOTIFY_CLIENT_ID
  • SPOTIFY_CLIENT_SECRET
  • GOOGLE_GENAI_API_KEY

Security Notes

Secrets (Spotify client credentials, Gemini API key) are correctly managed via environment variables. Input validation is implemented using Zod for registered tools. The CORS policy is permissive for localhost/127.0.0.1 which is suitable for development and the MCP Inspector, but a stricter origin whitelist would be recommended for public production deployment. The Spotify redirect URI is hardcoded to localhost, which is typical for local OAuth flows and requires explicit configuration in the Spotify Developer Dashboard.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens500
Stars0
Forks0
Last Update2025-11-23

Tags

MCPSpotifyAIPlaylist ManagementNatural Language Processing