Back to Home
thormuller icon

spotify-mcp-server

Verified Safe

by thormuller

Overview

Enables AI assistants to control Spotify playback and manage playlists through the Model Context Protocol (MCP).

Installation

Run Command
node build/index.js

Security Notes

The server stores sensitive Spotify API credentials (client ID, client secret, access token, refresh token) in a local `spotify-config.json` file. While this is a common practice for CLI tools, users must ensure this file is adequately protected (e.g., via file permissions and `.gitignore`). The authentication flow correctly enforces `localhost` or `127.0.0.1` for the redirect URI, mitigating common OAuth redirection vulnerabilities. No `eval` or obvious malicious patterns were found.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Stars0
Forks0
Last Update2025-12-14

Tags

SpotifyMusic ControlAI IntegrationMCP ServerPlayback Automation