HomeDesign & Media › mcp-apple-music

mcp-apple-music

Apple Music MCP server — search catalog, manage playlists, and access your library via Claude.

Python Local macOS
★ 42 stars Last pushed 2026-05-24 License: MIT

Topics: Art & Culture

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 1.0.1)

uvx mcp-apple-music-server

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-apple-music": {
      "command": "uvx",
      "args": [
        "mcp-apple-music-server"
      ],
      "env": {
        "APPLE_TEAM_ID": "<YOUR_VALUE>",
        "APPLE_KEY_ID": "<YOUR_VALUE>",
        "APPLE_PRIVATE_KEY": "<YOUR_VALUE>",
        "APPLE_MUSIC_USER_TOKEN": "<YOUR_VALUE>",
        "APPLE_STOREFRONT": "<YOUR_VALUE>"
      }
    }
  }
}
  • APPLE_TEAM_ID required — Apple Developer Team ID
  • APPLE_KEY_ID required — Apple MusicKit Key ID
  • APPLE_PRIVATE_KEY required secret — Apple MusicKit private key content (ES256, PEM format)
  • APPLE_MUSIC_USER_TOKEN required secret — Apple Music user token for personal library access
  • APPLE_STOREFRONT — Apple Music storefront country code (default: us)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry