Odel
mcp apple music

mcp apple music

Local
@cifero7440PythonMITUpdated 3mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPImcp-apple-music-serverv1.0.1

Run

uvx mcp-apple-music-server

MCP client config

{
  "mcpServers": {
    "mcp-apple-music": {
      "command": "uvx",
      "args": [
        "mcp-apple-music-server"
      ]
    }
  }
}