Skip to content
Windsurf

Spotify MCP for Windsurf

io.github.novalux12/spotify-mcp-server

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

client:Windsurf transport:stdio runtime:npm

Install Spotify MCP in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Spotify MCP in other clients