spotify_mcp_server

garywwh/spotify_mcp_server
★ 1 stars Python 🔍 Search Updated today
A MCP (Model Context Protocol) server for controlling Spotify playback, searching for content, and managing playlists.
View on GitHub →

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": "uvx",
      "args": [
        "spotify-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install spotify-mcp-server