← All servers
🔍

Apple MusicVerified🛡 No advisories

io.github.Cifero74/mcp-apple-music
New to MCP? Start here →
35★ stars
0weekly installs
2 months agolast release

Provenancewhere it came from, and what was verified

Verified namespace

Published to the official MCP registry by github.com/cifero74, which proved it owns this namespace.

Verified owner: github.com/cifero74io.github.Cifero74/mcp-apple-music

🛡 Permissions & trustwhat this server can touch before you run it

Secrets required
Needs APPLE_PRIVATE_KEY, APPLE_MUSIC_USER_TOKEN.
Configuration
Reads APPLE_TEAM_ID, APPLE_KEY_ID, APPLE_STOREFRONT.

About

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

Packages & transports

pypimcp-apple-music-serverv1.0.1 · uvx

Metadata

Categorysearch
LicenseMIT
Add to your client
Pick your client, copy, paste into its config. That's the whole setup.
~/.claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp_apple_music": {
      "command": "uvx",
      "args": [
        "mcp-apple-music-server"
      ]
    }
  }
}

▶ Try itrun it locally

This is a local server, so it runs on your machine, not ours. Paste this to open it in the official MCP Inspector and poke at its tools:

npx @modelcontextprotocol/inspector uvx mcp-apple-music-server