Skip to content

Spotify MCP for Zed

io.github.novalux12/spotify-mcp-server

The most complete Spotify MCP: playback, library, playlists, search, podcasts and audiobooks.

client:Zed transport:stdio runtime:npm

Install Spotify MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "spotify-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@novalux12/spotify-mcp"
      ],
      "env": {
        "SPOTIFY_CLIENT_ID": "<SPOTIFY_CLIENT_ID>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Spotify MCP in other clients