Skip to content
Claude Desktop

spotify for Claude Desktop

io.github.markswendsen-code/spotify

MCP server for Spotify - let AI agents control playback, search music, and manage playlists

client:Claude Desktop transport:stdio runtime:npm

Install spotify in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "spotify": {
      "command": "npx",
      "args": [
        "-y",
        "@striderlabs/mcp-spotify"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

spotify in other clients