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
{
"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