MCP-AppleMusic
@kennethreitz
关于 MCP-AppleMusic
An experimental MCP server for controlling Apple Music.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-applemusic": {
"command": "python",
"args": [
"server.py"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP-AppleMusic?
MCP-AppleMusic is a FastMCP server that controls Apple Music (formerly iTunes) on macOS through AppleScript commands. It enables AI assistants and other MCP clients to search, play, and manage the user’s Apple Music library.
How to use MCP-AppleMusic?
Install uv via Homebrew, then add the server to your Claude Desktop configuration using uvx with Python 3.13. Start the server by running python server.py after installation. Use MCP tools like itunes_play(), itunes_search(), and itunes_create_playlist() to control playback and library.
Key features of MCP-AppleMusic
- Start, pause, skip, and go to previous track
- Search library for tracks by query
- Play a specific song by name
- Create new playlists from a list of songs
- Get library statistics (counts, metadata)
- macOS-only; requires Apple Music app
Use cases of MCP-AppleMusic
- Ask an AI assistant to play a song or artist from your library
- Create a curated playlist on the fly while working
- Automate playback during presentations or timed workflows
- Retrieve library info without opening the Apple Music app
FAQ from MCP-AppleMusic
What are the system requirements?
Python 3.13 or later, an MCP library ≥1.2.1, and a macOS system with the Apple Music app installed.
Does this work on Windows or Linux?
No. The server relies on macOS‑specific AppleScript and will not function on other operating systems.
How do I install MCP-AppleMusic with Claude Desktop?
Add the server to claude_desktop_config.json using the command uvx -p 3.13 -n mcp-applemusic and restart Claude.
What commands are available?
Playback: itunes_play, itunes_pause, itunes_next, itunes_previous. Search and library: itunes_search, itunes_library. Playlist: itunes_create_playlist, and itunes_play_song to play a specific track.
Can I use it with other MCP clients?
Yes. Since it is a standard MCP server, it can be integrated with any client that supports the Model Context Protocol.
其他 分类下的更多 MCP 服务器

EverArt
modelcontextprotocolModel Context Protocol Servers
ICSS
chokcoco不止于 CSS
Servers
modelcontextprotocolModel Context Protocol Servers
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
评论