spotify mcp for Zed
io.github.xavierfabregat/spotify-mcp
Conversational Spotify control from AI clients: play, queue, devices, playlists, and library.
client:Zed
transport:stdio
runtime:npm
Install spotify mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"spotify-mcp": {
"command": "npx",
"args": [
"-y",
"@xavifabregat/spotify-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs