Apple Music MCP Server provides tools for interacting with the Apple Music API, enabling AI assistants to search for songs and generate playback links. Built in Rust using the RMCP library, it authenticates with the Apple Music API using developer credentials and offers a simple command-line interface. The server requires an Apple Developer account with Apple Music API access and supports customizable storefronts, making it particularly useful for music discovery and playback integration in conversational AI applications.
Aún no hay reseñas. ¡Sé el primero en reseñar!
Inicia sesión para unirte a la conversación
Search for songs from Apple Music by title, album name, or artist name. Parameters: query (string) - The search query text. Returns: Array of Song objects with details including title, artist, album, duration, and URLs.
Generate a deep link for playback of a song or playlist. Parameters: Either song_id or playlist_id must be provided. Returns: Object containing the Apple Music URL.