Spotify for Windsurf
io.github.jamiew/spotify-mcp
MCP server connecting LLMs to Spotify, with smart-batching and large-playlist tools
client:Windsurf
transport:stdio
runtime:pypi
Install Spotify in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"spotify-mcp": {
"command": "uvx",
"args": [
"spotify-mcp-jamiew"
],
"env": {
"SPOTIFY_CLIENT_ID": "<SPOTIFY_CLIENT_ID>",
"SPOTIFY_CLIENT_SECRET": "<SPOTIFY_CLIENT_SECRET>",
"SPOTIFY_REDIRECT_URI": "<SPOTIFY_REDIRECT_URI>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs