Skip to content
Zed

mcp apple music for Zed

io.github.cifero74/mcp-apple-music

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

client:Zed transport:stdio runtime:pypi

Install mcp apple music in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "mcp-apple-music": {
      "command": "uvx",
      "args": [
        "mcp-apple-music-server"
      ],
      "env": {
        "APPLE_TEAM_ID": "<APPLE_TEAM_ID>",
        "APPLE_KEY_ID": "<APPLE_KEY_ID>",
        "APPLE_PRIVATE_KEY": "<APPLE_PRIVATE_KEY>",
        "APPLE_MUSIC_USER_TOKEN": "<APPLE_MUSIC_USER_TOKEN>",
        "APPLE_STOREFRONT": "<APPLE_STOREFRONT>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

mcp apple music in other clients