mcp-applemusic
32
MCP-AppleMusic is a FastMCP server designed to control Apple Music on macOS via AppleScript commands. It supports a variety of playback and library management commands, providing a robust interface for interacting with the Apple Music app programmatically.
What are the system requirements for MCP-AppleMusic?
MCP-AppleMusic requires macOS with the Apple Music app installed, Python 3.13 or higher, and the MCP library version 1.2.1 or above.
Can MCP-AppleMusic be used on Windows or Linux?
No, MCP-AppleMusic is designed specifically for macOS due to its dependency on AppleScript, which is not available on Windows or Linux.
How do I start the MCP-AppleMusic server?
You can start the server by running the command python server.py
in your terminal.
Is it possible to create playlists using MCP-AppleMusic?
Yes, you can create new playlists by using the itunes_create_playlist(name, songs)
command.
What license is MCP-AppleMusic distributed under?
MCP-AppleMusic is distributed under the MIT License.