MCP Server Connects Claude Code/Desktop to Apple Music — Playlists, Search, Profile Analysis

✍️ OpenClawRadar📅 Published: May 10, 2026🔗 Source
MCP Server Connects Claude Code/Desktop to Apple Music — Playlists, Search, Profile Analysis
Ad

A developer has built an MCP (Model Context Protocol) server that bridges Claude Code and Claude Desktop with Apple Music. The server exposes Apple Music functionality as tools Claude can call, enabling natural language control over your music library.

What It Does

  • List your playlists — browse everything in your library
  • Search for songs, artists, and albums — find anything in your Apple Music catalog
  • Build your musical profile — Claude analyzes your library and listening patterns to describe your taste
  • Create new playlists — describe the vibe and Claude assembles a playlist

Interactions are natural language: you tell Claude what you want, and it calls the appropriate Apple Music API actions under the hood.

Ad

How to Use It

The server is available for both Claude Desktop (via claude_desktop_config.json) and Claude Code (as an MCP server in your session). Setup involves pointing Claude to the MCP server configuration.

Example config snippet (conceptual):

{
  "mcpServers": {
    "apple-music": {
      "command": "npx",
      "args": ["@supermestr/mcp-apple-music"]
    }
  }
}

Why It Was Built

The creator wanted to explore MCP beyond the usual GitHub/file-system use cases. Music metadata is rich and personal, making it a fun domain to experiment with. The author notes that asking Claude to build a playlist and watching it actually work is surprisingly satisfying.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also