spotify-mcp-server

AlexanderMolano-spec/spotify-mcp-server
★ 0 stars TypeScript AI/LLM Updated today
Spotify MCP Server for AI agents: a Streamable HTTP Model Context Protocol server that lets agents search Spotify, inspect playback state, manage devices, and control music through the official Spotify Web API.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "spotify-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "AlexanderMolano-spec/spotify-mcp-server"
      ]
    }
  }
}

README Excerpt

Spotify MCP Server for AI agents: a Streamable HTTP Model Context Protocol server that lets agents search Spotify, inspect playback state, manage devices and control music through the official Spotify Web API. Stable v1.0.0 release. The project supports local single-user OAuth, delegated access-token mode for host backends, Docker-based runtime, Streamable HTTP MCP

Tools (20)

spotify_add_to_queuespotify_get_album_tracksspotify_get_current_trackspotify_get_devicesspotify_get_next_trackspotify_get_playback_statespotify_get_playlist_tracksspotify_get_playlistsspotify_get_profilespotify_get_queuespotify_nextspotify_pausespotify_pingspotify_playspotify_play_playlistspotify_play_searchspotify_previousspotify_searchspotify_set_volumespotify_transfer_playback