Back to Home
ifiecas icon

spotify-mcp

Verified Safe

by ifiecas

Overview

Connects Microsoft Copilot Studio AI agents to the Spotify Web API to enable music search, artist information, track details, and audio analysis.

Installation

Run Command
python server.py

Environment Variables

  • SPOTIFY_CLIENT_ID
  • SPOTIFY_CLIENT_SECRET
  • LOCAL_TOKEN
  • PORT

Security Notes

The server uses a simple Bearer token for authentication with a single, shared secret (`LOCAL_TOKEN`). This is explicitly noted in the README as being for development/demo purposes and is not suitable for production environments due to lack of advanced security features like OAuth, user-specific access control, token expiration, rate limiting, and secure secret management (e.g., Azure Key Vault). If the `LOCAL_TOKEN` is compromised, the server is fully accessible. However, the source code does not contain direct malicious patterns, arbitrary code execution (like `eval`), or hardcoded secrets (it relies on environment variables).

Similar Servers

Stats

Interest Score0
Security Score5
Cost ClassLow
Avg Tokens250
Stars0
Forks0
Last Update2025-11-20

Tags

Spotify APIAI AgentMCP ServerPythonAzure