Skip to content
Cline

Spotify for Cline

io.github.jamiew/spotify-mcp

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

client:Cline transport:stdio runtime:pypi

Install Spotify in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Spotify in other clients