spotify mcp for Cursor
io.github.xavierfabregat/spotify-mcp
Conversational Spotify control from AI clients: play, queue, devices, playlists, and library.
client:Cursor
transport:stdio
runtime:npm
Install spotify mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"spotify-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@xavifabregat/spotify-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs