Spotify for Zed
io.github.jamiew/spotify-mcp
MCP server connecting LLMs to Spotify, with smart-batching and large-playlist tools
client:Zed
transport:stdio
runtime:pypi
Install Spotify in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"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>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs