Spotify MCP for Cursor
io.github.novalux12/spotify-mcp-server
The most complete Spotify MCP: playback, library, playlists, search, podcasts and audiobooks.
client:Cursor
transport:stdio
runtime:npm
Install Spotify MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"spotify-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@novalux12/spotify-mcp"
],
"env": {
"SPOTIFY_CLIENT_ID": "<SPOTIFY_CLIENT_ID>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs