MCP Directory

Cifero74/mcp-apple-music

GitHub
Productivity

Full Apple Music integration: search catalog, browse personal library, manage playlists, and get personalised recommendations.- [codex-curator/studiomcphub](https://github.com/codex-curator/studiomcphub) - 32 creative AI tools (18 free) for autonomous agents: image generation (SD 3.5), ESRGAN upscaling, background removal, product mockups, CMYK conversion, print-ready PDF, SVG vectorization, invisible watermarking, AI metadata enrichment, provenance, Arweave storage, NFT minting, and 53K+ museum artworks. Pay per call via x402/Stripe/GCX.

Direct install

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

npx -y mcp-apple-music

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from Cifero74/mcp-apple-music your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "mcp-apple-music": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-apple-music"
      ]
    }
  }
}

Route Cifero74/mcp-apple-music 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 mcp-apple-music

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

Direct Install

Use Cifero74/mcp-apple-music directly without routing

npx -y mcp-apple-music

New to Agent-CoreX? View setup guide →

Cifero74/mcp-apple-music MCP Server — Agent-CoreX