spotify mcp for VS Code
io.github.xavierfabregat/spotify-mcp
Conversational Spotify control from AI clients: play, queue, devices, playlists, and library.
client:VS Code
transport:stdio
runtime:npm
Install spotify mcp in VS Code
.vscode/mcp.json
{
"servers": {
"spotify-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@xavifabregat/spotify-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs