Skip to main content

A simple Apple Music API client for MCP

Project description

Add to Cursor Add to VS Code Add to Claude Add to ChatGPT Add to Codex Add to Gemini

MseeP.ai Security Assessment Badge

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": ["-p", "3.13", "-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

  1. Clone the repository:
git clone https://github.com/yourusername/mcp-applemusic.git
cd mcp-applemusic
  1. Install development dependencies:
pip install -e ".[dev]"

Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. 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_fastmcp-0.1.6.tar.gz (4.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mcp_applemusic_fastmcp-0.1.6-py3-none-any.whl (5.1 kB view details)

Uploaded Python 3

File details

Details for the file mcp_applemusic_fastmcp-0.1.6.tar.gz.

File metadata

File hashes

Hashes for mcp_applemusic_fastmcp-0.1.6.tar.gz
Algorithm Hash digest
SHA256 b6dbadf844bc2decbd8dfef90a2842a0cc76a6be8d01a7df1a59725bcd2a1fde
MD5 6a49f96d94f2e472c0f0b32c3cb3ccea
BLAKE2b-256 bf06520c79fb9077291afeb6fc725fdbcf87b98a7f094ba7179510898ad8fc4e

See more details on using hashes here.

File details

Details for the file mcp_applemusic_fastmcp-0.1.6-py3-none-any.whl.

File metadata

File hashes

Hashes for mcp_applemusic_fastmcp-0.1.6-py3-none-any.whl
Algorithm Hash digest
SHA256 b74025c349dce1ac81b9b282150ad9038c8a3c54e5199e40199e6ed03d2c41e4
MD5 5244de5b8e4e0cd0120dc432b0966791
BLAKE2b-256 6bc2b01934f7b08c804a88b2dfb7a9498f0d28702721e92e8b019c6d893226c1

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page