LogoSTMCP
Download
spotify-streamable-mcp-server

Spotify MCP Server (Streamable HTTP / OAuth / Remote)

Streamable HTTP MCP server for Spotify that exposes tools to search the catalog, read player status, control playback and devices, manage playlists, and manage saved songs with OAuth authentication.

Tools

1. search_catalog

Search songs, artists, albums, and playlists with batch queries and optional filters.

2. player_status

Read the current player state, devices, queue, and current track to discover device_id before control.

3. spotify_control

Control Spotify playback with batch operations including play, pause, seek, shuffle, repeat, volume, transfer, and queue.

4. spotify_playlist

Manage playlists for the current user with actions like list, get, create, update, add/remove items, and reorder.

5. spotify_library

Manage saved songs (Your Library) with actions to get, add, remove, or check if tracks are saved.

Open Graph image for Spotify MCP Server (Streamable HTTP / OAuth / Remote)

JSON Config

{
  "mcpServers": {
    "spotify": {
      "command": "bunx",
      "args": [
        "mcp-remote",
        "http://127.0.0.1:3030/mcp",
        "--transport",
        "http-only"
      ],
      "env": { "NO_PROXY": "127.0.0.1,localhost" }
    }
  }
}

Useful Links

Information