Back to Home
aryanb12393 icon

spotify-mcp-server

Verified Safe

by aryanb12393

Overview

Allows Claude to manage Spotify playlists, including searching for tracks, creating playlists, and adding songs.

Installation

Run Command
python3 /path/to/spotify-mcp/server.py

Environment Variables

  • SPOTIFY_CLIENT_ID
  • SPOTIFY_CLIENT_SECRET
  • SPOTIFY_REDIRECT_URI

Security Notes

The server correctly uses environment variables for Spotify API credentials, avoiding hardcoded secrets. It utilizes the standard Spotipy library for OAuth authentication, which opens a browser for user consent and caches tokens locally in a `.spotify_cache` file. Input schemas for tools are defined, limiting potential for injection. No `eval` or obvious malicious patterns were found. The server binds to a local redirect URI, limiting network exposure to the local machine.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens300
Stars0
Forks0
Last Update2025-11-27

Tags

SpotifyMusicPlaylist ManagementClaudeAPI Integration