MCP Directory

khglynn/spotify-bulk-actions-mcp

GitHub
Productivity

Bulk Spotify operations with confidence-scored song matching, batch playlist creation from CSV/podcast lists, and library exports for discovering your most-saved artists and albums.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y spotify-bulk-actions-mcp

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from khglynn/spotify-bulk-actions-mcp your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "spotify-bulk-actions-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "spotify-bulk-actions-mcp"
      ]
    }
  }
}

Route khglynn/spotify-bulk-actions-mcp intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add spotify-bulk-actions-mcp

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use khglynn/spotify-bulk-actions-mcp directly without routing

npx -y spotify-bulk-actions-mcp

New to Agent-CoreX? View setup guide →

khglynn/spotify-bulk-actions-mcp MCP Server — Agent-CoreX