This MCP server allows Claude to access and manage your Apple Music account, enabling features like searching the catalog, browsing your library, and managing playlists.
From the registry: Apple Music MCP server — search catalog, manage playlists, and access your library via Claude.
$ uv run mcp-apple-music-setup$ git clone https://github.com/marioinghilleri/mcp-apple-music && cd mcp-apple-music && uv syncPlease install the `mcp-apple-music` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Python 3.10+** — Python 3.10 or newer
- **uv** — uv package manager (https://docs.astral.sh/uv/)
- **Apple Developer MusicKit key** — Create a MusicKit key and note Team ID, Key ID, and download the .p8 file (https://developer.apple.com)
- **Run setup wizard** — Runs browser-based OAuth to obtain Music User Token Run: `uv run mcp-apple-music-setup`
- **Clone repo** — Clone and install from source Run: `git clone https://github.com/marioinghilleri/mcp-apple-music && cd mcp-apple-music && uv sync`
Canonical MCP server config (stdio transport):
- command: `uv`
- args: ["run","--directory","/absolute/path/to/mcp-apple-music","mcp-apple-music"]
Note: Credentials stored at ~/.config/mcp-apple-music/config.json with mode 600.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.TEAM_IDrequiredYour Apple Developer Team IDKEY_IDrequiredYour MusicKit Key IDP8_FILE_PATHrequiredPath to your downloaded .p8 MusicKit key fileMake 3D games in Unity Engine with AI. MCP Server + Plugin for Unity Editor and Unity games.