
Apple Music MCP
by chew-z
Control your Apple Music library and playback on macOS via AI with ultra-fast search and EQ management.
What it does
This server bridges AI assistants with the Apple Music app on macOS. It enables LLMs to search your music library, control playback, manage EQ presets, and discover radio stations using a high-performance SQLite FTS5 backend.
Tools
search_itunes: Perform ultra-fast search of the music library.play_track: Play a specific track using its ID and playlist context.now_playing: Retrieve current playback status and track information.set_eq: Apply Apple Music EQ presets like Rock, Jazz, or Classical.get_output_device: Check the current audio output device.search_stations: Find and play Apple Music radio stations.refresh_library: Synchronize the SQLite database with the Apple Music app.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"apple-music": {
"command": "/path/to/bin/mcp-itunes",
"args": []
}
}
}
Supported hosts
- Claude Desktop
Quick install
go build -o bin/mcp-itunes ./mcp-serverInformation
- Pricing
- free
- Published
- 5/15/2026
- stars






