Home › Other › Spotify

Spotify

MCP server connecting LLMs to Spotify, with smart-batching and large-playlist tools

Python
★ 10 stars Last pushed 2026-09-20 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 0.7.0)

uvx spotify-mcp-jamiew

Or add to your MCP client config:

{
  "mcpServers": {
    "spotify-mcp": {
      "command": "uvx",
      "args": [
        "spotify-mcp-jamiew"
      ],
      "env": {
        "SPOTIFY_CLIENT_ID": "<YOUR_VALUE>",
        "SPOTIFY_CLIENT_SECRET": "<YOUR_VALUE>",
        "SPOTIFY_REDIRECT_URI": "<YOUR_VALUE>"
      }
    }
  }
}
  • SPOTIFY_CLIENT_ID required secret — Spotify app Client ID from developer.spotify.com
  • SPOTIFY_CLIENT_SECRET required secret — Spotify app Client Secret from developer.spotify.com
  • SPOTIFY_REDIRECT_URI required — OAuth redirect URI registered in your Spotify app

Related servers

Data from the Official MCP Registry