Skip to content
Cursor

Spotify for Cursor

io.github.jamiew/spotify-mcp

MCP server connecting LLMs to Spotify, with smart-batching and large-playlist tools

client:Cursor transport:stdio runtime:pypi

Install Spotify in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "spotify-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "spotify-mcp-jamiew"
      ],
      "env": {
        "SPOTIFY_CLIENT_ID": "<SPOTIFY_CLIENT_ID>",
        "SPOTIFY_CLIENT_SECRET": "<SPOTIFY_CLIENT_SECRET>",
        "SPOTIFY_REDIRECT_URI": "<SPOTIFY_REDIRECT_URI>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Spotify in other clients