Spotify MCP by UnClick for VS Code
io.github.malamutemayhem/spotify
Spotify tools for spotify, music, playlists by UnClick.
client:VS Code
transport:stdio
runtime:npm
Install Spotify MCP by UnClick in VS Code
.vscode/mcp.json
{
"servers": {
"spotify": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@unclick/spotify-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs