Back to Home
AlexSchardin icon

mcp-spotify-render

Verified Safe

by AlexSchardin

Overview

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

Installation

Run Command
npm run build && node build/index.js

Security Notes

The server utilizes OAuth 2.0 for Spotify authentication, requiring users to configure `clientId`, `clientSecret`, and a `redirectUri` in a `spotify-config.json` file. The authentication flow involves a temporary local HTTP server (`127.0.0.1`) for exchanging authorization codes for tokens, which are then saved locally. No hardcoded secrets are found. The primary Node.js server does not directly expose any network listeners other than the temporary one for OAuth. Both implementations (Node.js and an alternative Python server for multi-tenant HTTP deployments) use standard, well-maintained libraries for API interaction. No `eval` or code obfuscation is present.

Similar Servers

Stats

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

Tags

SpotifyMCPAI AssistantMusic ControlPlaylist Management