Apple Music

Apple Music

kennethreitz

Controls Apple Music on macOS through AppleScript commands, enabling playback control and library management from within Claude conversations.

74490 views20Local (stdio)

What it does

  • Control music playback (play, pause, skip tracks)
  • Search Apple Music library by track name
  • Create playlists and add songs to them
  • Get current song information and library statistics
  • Play specific songs by name
  • Browse entire music library

Best for

macOS users wanting voice-controlled music playbackAutomating playlist creation and music organizationManaging Apple Music without switching apps
macOS only - uses native AppleScriptNo Apple Music API key requiredDirect integration with local music library

Tools (10)

itunes_play

Start playback in Music (iTunes).

itunes_pause

Pause playback in Music (iTunes).

itunes_next

Skip to the next track.

itunes_previous

Return to the previous track.

itunes_search

Search the Music library for tracks whose names contain the given query. Returns a list of tracks formatted as "Track Name - Artist".

Alternatives