spotify-mcp-server

hightechif/spotify-mcp-server
★ 0 stars Python AI/LLM Updated 9d ago
A Python-based Model Context Protocol (MCP) server that connects your AI assistant (Claude Desktop, Cursor, etc.) directly to the 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": "uvx",
      "args": [
        "spotify-mcp-server"
      ]
    }
  }
}

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

README Excerpt

A Python-based Model Context Protocol (MCP) server that connects your AI assistant (Claude Desktop, Cursor, etc.) directly to the Spotify Web API. This allows the AI to inspect your current playback state, search for music, trigger recommendations, and control your player (play, pause, skip, adjust volume, queue tracks).