Back to Home
mathisarends icon

spotify-mcp

Verified Safe

by mathisarends

Overview

An async server for controlling Spotify playback and search functionality via an MCP interface, primarily for agent integration.

Installation

Run Command
uv run spotify-mcp

Environment Variables

  • SPOTIFY_CLIENT_ID
  • SPOTIFY_CLIENT_SECRET
  • SPOTIFY_REDIRECT_URI
  • OPENAI_API_KEY

Security Notes

Credentials (Client ID, Secret, Redirect URI) are correctly loaded from environment variables. The server uses an async wrapper around Spotipy, ensuring synchronous operations don't block. The MCP server communication method (Stdio in examples, FastMCP implies HTTP) requires proper setup to avoid unintended network exposure, but no direct vulnerabilities are observed in the provided code.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens750
Stars0
Forks0
Last Update2026-01-18

Tags

SpotifyMCPPlayback ControlSearchAI Agent