spotify-mcp-server

klastra/spotify-mcp-server
★ 0 stars Python API Integration Updated 5d ago
This is an MCP server that lets Claude analyze Spotify listening history, discover patterns, recommend music, and generate playlists for you.
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

This repository builds an MCP server and calls Spotify API. The MCP tools are integrated with Claude to answer prompts such as: - What kind of music do I listen to most? - Analyze my listening habits from the last year. - Recommend artists based on my taste. - Create a playlist of songs I would probably like.