Back to directory
varunneal/spotify-mcp

varunneal/spotify-mcp

@varunneal

MCP to connect your LLM with Spotify.

spotifymusicstreamingplaybackplaylistsllmmcpentertainment

Installation & Configuration

{
  "mcpServers": {
    "spotify": {
      "command": "uvx",
      "args": [
        "--python",
        "3.12",
        "--from",
        "git+https://github.com/varunneal/spotify-mcp",
        "spotify-mcp"
      ],
      "env": {
        "SPOTIFY_CLIENT_ID": "YOUR_CLIENT_ID",
        "SPOTIFY_CLIENT_SECRET": "YOUR_CLIENT_SECRET",
        "SPOTIFY_REDIRECT_URI": "http://127.0.0.1:8080/callback"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/12
Updated
2026/6/12