Apple Music
🎨 Creative
Manage Apple Music playlists, control playback, browse your library, and discover new music through AI. AppleScript control on macOS and cross-platform API features via MusicKit authentication.
Tags
Tools (12)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"apple-music": {
"command": "uvx",
"args": [
"applemusic-mcp"
],
"env": {
"APPLE_TEAM_ID": "your-apple-team-id-here",
"APPLE_KEY_ID": "your-apple-key-id-here",
"APPLE_PRIVATE_KEY_PATH": "your-apple-private-key-path-here"
}
}
}
}