Back to directory
belljustin/spotify-mcp

belljustin/spotify-mcp

@belljustin

Spotify Model Context Protocol server for creating playlists based on a description

spotifymusicplaylistsmcpmodel-context-protocolpythonentertainment

Installation & Configuration

{
  "mcpServers": {
    "spotify": {
      "command": "uv",
      "args": [
        "--directory",
        "PATH-TO-BASE-DIR/spotify-mcp",
        "run",
        "spotify.py"
      ],
      "env": {
        "SPOTIFY_CLIENT_ID": "YOUR_CLIENT_ID",
        "SPOTIFY_CLIENT_SECRET": "YOUR_CLIENT_SECRET"
      }
    }
  }
}

Information

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