Back to directory
samitmohan/spotify-mcp

samitmohan/spotify-mcp

@samitmohan

An MCP server that connects Claude to Spotify with 21 tools for playback control, playlist management, lyrics, and music recommendations.

spotifymusicmcpplaybackplaylistslyricsclaudellmentertainment

Installation & Configuration

{
  "mcpServers": {
    "spotify": {
      "command": "uv",
      "args": [
        "run",
        "server.py"
      ],
      "env": {
        "SPOTIFY_CLIENT_ID": "YOUR_CLIENT_ID",
        "SPOTIFY_CLIENT_SECRET": "YOUR_CLIENT_SECRET",
        "SPOTIFY_REDIRECT_URI": "YOUR_REDIRECT_URI",
        "GENIUS_API_KEY": "YOUR_GENIUS_API_KEY"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/15
Updated
2026/6/17