← Back to browse

mcp-apple-music

Indexed by io.github.Cifero74

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsAPPLE_TEAM_ID APPLE_KEY_ID APPLE_PRIVATE_KEY APPLE_MUSIC_USER_TOKEN APPLE_STOREFRONT
Claude Code
claude mcp add --env APPLE_TEAM_ID= --env APPLE_KEY_ID= --env APPLE_PRIVATE_KEY= --env APPLE_MUSIC_USER_TOKEN= --env APPLE_STOREFRONT= mcp-apple-music -- uvx mcp-apple-music-server
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"mcp-apple-music","command":"uvx","args":["mcp-apple-music-server"],"env":{"APPLE_TEAM_ID":"","APPLE_KEY_ID":"","APPLE_PRIVATE_KEY":"","APPLE_MUSIC_USER_TOKEN":"","APPLE_STOREFRONT":""}}'
JSON
{
  "mcpServers": {
    "mcp-apple-music": {
      "command": "uvx",
      "args": [
        "mcp-apple-music-server"
      ],
      "env": {
        "APPLE_TEAM_ID": "",
        "APPLE_KEY_ID": "",
        "APPLE_PRIVATE_KEY": "",
        "APPLE_MUSIC_USER_TOKEN": "",
        "APPLE_STOREFRONT": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.