Skip to content
Gemini CLI

Spotify for Gemini CLI

io.github.jamiew/spotify-mcp

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

client:Gemini CLI transport:stdio runtime:pypi

Install Spotify in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "spotify-mcp": {
      "command": "uvx",
      "args": [
        "spotify-mcp-jamiew"
      ],
      "env": {
        "SPOTIFY_CLIENT_ID": "<SPOTIFY_CLIENT_ID>",
        "SPOTIFY_CLIENT_SECRET": "<SPOTIFY_CLIENT_SECRET>",
        "SPOTIFY_REDIRECT_URI": "<SPOTIFY_REDIRECT_URI>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Spotify in other clients