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.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y spotify-mcpAgent-CoreX intelligently routes which tools from gupta-kush/spotify-mcp your AI agent actually needs per request — reducing token usage and cost.
agent-corex.json
{
"mcpServers": {
"spotify-mcp": {
"command": "npx",
"args": [
"-y",
"spotify-mcp"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add spotify-mcpAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use gupta-kush/spotify-mcp directly without routing
npx -y spotify-mcpNew to Agent-CoreX? View setup guide →