Back to MCP Servers
Spotify
93-tool Spotify server with smart shuffle, natural language song search, vibe analysis, artist network mapping, taste evolution, and playlist power tools. Works after Spotify's Feb 2026 API changes.
art-cultureapi
By gupta-kush
Installation
npx -y spotify-mcpConfiguration
{
"mcpServers": {
"spotify-mcp": {
"command": "npx",
"args": ["-y", "spotify-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes