
Product
Socket MCP Adds Org Alerts, Threat Feed Review, and Package Inspection
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.
@zyx1121/apple-music-mcp
Advanced tools
MCP server for Apple Music — control playback, search library, and manage playlists via Claude Code
MCP server for Apple Music — control playback, manage playlists, and search your library via Claude Code.
claude mcp add apple-music -- npx @zyx1121/apple-music-mcp
| Tool | Description |
|---|---|
music_get_status | Get current playback status and track info |
music_play | Play or resume music |
music_pause | Pause music |
music_next | Skip to next track |
music_previous | Go to previous track |
music_set_volume | Set volume (0-100) |
music_set_shuffle | Enable or disable shuffle |
music_set_repeat | Set repeat mode (off, one, all) |
music_play_track | Play a specific track by searching for it |
music_play_next | Queue a track to play next |
music_get_queue | Get info about the currently playing track |
| Tool | Description |
|---|---|
music_get_playlists | List all playlists |
music_play_playlist | Play a specific playlist |
music_get_playlist_tracks | List tracks in a playlist |
music_create_playlist | Create a new playlist |
music_add_to_playlist | Add a track to a playlist by searching for it |
music_remove_from_playlist | Remove a track from a playlist by name |
| Tool | Description |
|---|---|
music_search | Search tracks in the music library |
"What's playing?" → music_get_status
"Play some music" → music_play
"Skip this song" → music_next
"Set volume to 50" → music_set_volume { volume: 50 }
"Search for Coldplay" → music_search { query: "Coldplay" }
"Play Yellow" → music_play_track { query: "Yellow" }
"Create a playlist" → music_create_playlist { name: "Chill Vibes" }
"Add song to playlist" → music_add_to_playlist { playlist: "Chill Vibes", query: "Yellow" }
"Show playlist tracks" → music_get_playlist_tracks { playlist: "Chill Vibes" }
osascript)music_get_queue returns current track info onlyMIT
FAQs
MCP server for Apple Music — control playback, search library, and manage playlists via Claude Code
The npm package @zyx1121/apple-music-mcp receives a total of 24 weekly downloads. As such, @zyx1121/apple-music-mcp popularity was classified as not popular.
We found that @zyx1121/apple-music-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.

Product
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.

Research
More than 140 Mastra npm packages were compromised in a supply chain attack that used a typosquatted dependency to deliver a cross-platform infostealer during installation.