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.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
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.