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.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y mcp-apple-musicAgent-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"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add mcp-apple-musicAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use Cifero74/mcp-apple-music directly without routing
npx -y mcp-apple-musicNew to Agent-CoreX? View setup guide →