A simple Apple Music API client for MCP
Project description
MCP-AppleMusic
A FastMCP server implementation for controlling Apple Music (formerly iTunes) on macOS through AppleScript commands.
Requirements
- Python 3.13+
- macOS with Apple Music app installed
- MCP library ≥1.2.1
Installation
First, ensure you have uv installed:
$ brew install uv
Then, with Claude Desktop, add the following to claude_desktop_config.json
:
{
"mcpServers": {
"iTunesControlServer": {
"command": "uvx",
"args": ["-n", "mcp-applemusic"]
}
}
}
Available Commands
The following commands are available through the MCP server:
itunes_play() # Start playback
itunes_pause() # Pause playback
itunes_next() # Skip to next track
itunes_previous() # Go to previous track
itunes_search(query) # Search library for tracks
itunes_play_song(song) # Play specific song
itunes_create_playlist(name, songs) # Create new playlist
itunes_library() # Get library statistics
Usage
Start the server:
python server.py
Example interactions:
# Search for a song
results = itunes_search("Hey Jude")
# Create a new playlist
itunes_create_playlist("Beatles Favorites", ["Yesterday", "Hey Jude", "Let It Be"])
# Play a specific song
itunes_play_song("Hey Jude")
Development
- Clone the repository:
git clone https://github.com/yourusername/mcp-applemusic.git
cd mcp-applemusic
- Install development dependencies:
pip install -e ".[dev]"
Contributing
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
License
This project is licensed under the MIT License - see the LICENSE file for details.
Notes
- This tool only works on macOS systems due to its AppleScript dependency
- Requires Apple Music (formerly iTunes) to be installed
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mcp_applemusic-0.1.5.tar.gz
(3.3 kB
view details)
Built Distribution
File details
Details for the file mcp_applemusic-0.1.5.tar.gz
.
File metadata
- Download URL: mcp_applemusic-0.1.5.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
1f4eddea6a541114b3e871153ac1a8b64244e6760ed5239b6d313c0454cdfc26
|
|
MD5 |
886d916b9a12e53de250cd0f3aeed69a
|
|
BLAKE2b-256 |
0d639959295bd5ba37f2d07a917901805cabd1f934c806d298b645f4153faa91
|
File details
Details for the file mcp_applemusic-0.1.5-py3-none-any.whl
.
File metadata
- Download URL: mcp_applemusic-0.1.5-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
002cd9f1826866a4b7a9d9b58eb6df118c412c3c7069019a8db24d0a7fb33530
|
|
MD5 |
feb185560942821e27461fd0ffcaafeb
|
|
BLAKE2b-256 |
18a6c31c8ae23d78504c60e4cce50c4c28ad31cf555e0d1de3b38957bcd7992f
|