58
/ 100
8 days ago
glama

spotify-mcp-server

Enables natural language control of Spotify, including search, playback, and device management, with robust error handling and automatic token refresh.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
⚠️
Known vulnerabilities in dependencies: 3 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 3 credentials: SPOTIFY_ACCESS_TOKEN, SPOTIFY_CLIENT_SECRET, SPOTIFY_REFRESH_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
🔐 secretSPOTIFY_ACCESS_TOKENexport ="your_access_token"
configSPOTIFY_CLIENT_IDexport ="your_client_id"
🔐 secretSPOTIFY_CLIENT_SECRETexport ="your_client_secret"
configSPOTIFY_EXPIRES_AT
configSPOTIFY_LOG_LEVEL
configSPOTIFY_REDIRECT_URI
🔐 secretSPOTIFY_REFRESH_TOKENexport ="your_refresh_token"
configSPOTIFY_SCOPES
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 5 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/thebigredgeek-spotify-mcp-server-1uely7)](https://m8ven.ai/mcp/thebigredgeek-spotify-mcp-server-1uely7)
commit: 6e9261dd904669397f6b9298fa8f7c235556dca0
code hash: 1f177eab590ac83afe81114f4985b6e9dec14ee6aa5239870a6e9b718fba6a98
verified: 6/14/2026, 10:11:01 AM
view raw JSON →