spotify bulk actions mcp for Zed
io.github.khglynn/spotify-bulk-actions-mcp
MCP server for bulk Spotify operations - batch playlist creation, exports, management
client:Zed
transport:stdio
runtime:pypi
Install spotify bulk actions mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"spotify-bulk-actions-mcp": {
"command": "uvx",
"args": [
"spotify-bulk-actions-mcp"
],
"env": {
"SPOTIFY_CLIENT_ID": "<SPOTIFY_CLIENT_ID>",
"SPOTIFY_CLIENT_SECRET": "<SPOTIFY_CLIENT_SECRET>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs