Apple Music
Summary
This MCP implementation, developed by Kenneth Reitz, provides integration with Apple Music on macOS systems. Built with Python and leveraging AppleScript, it offers tools for controlling music playback, searching the library, creating playlists, and retrieving library information. The implementation focuses on providing a simple, standardized interface for AI-powered music control, enabling use cases such as voice-activated music playback, automated playlist generation, and music library analysis. By connecting AI models with the Apple Music application, this server allows for sophisticated music interaction scenarios, enhancing the ability to manage and enjoy music through AI assistants or custom applications.
Available Actions(8)
itunes_play
Start playback.
itunes_pause
Pause playback.
itunes_next
Skip to next track.
itunes_previous
Go to previous track.
itunes_search
Search library for tracks. Parameters: query (string)
itunes_play_song
Play specific song. Parameters: song (string)
itunes_create_playlist
Create new playlist. Parameters: name (string), songs (list of strings)
itunes_library
Get library statistics.
Community Reviews
No reviews yet. Be the first to review!
Sign in to join the conversation