mirror of
https://github.com/kennethreitz/mcp-applemusic.git
synced 2026-06-05 06:46:17 +00:00
Update README.md
This commit is contained in:
@@ -10,8 +10,22 @@ A FastMCP server implementation for controlling Apple Music (formerly iTunes) on
|
||||
|
||||
## Installation
|
||||
|
||||
First, ensure you have uv installed:
|
||||
```bash
|
||||
pip install mcp-applemusic
|
||||
$ brew install uv
|
||||
```
|
||||
|
||||
Then, with **Claude Desktop**, add the following to `claude_desktop_config.json`:
|
||||
|
||||
```json
|
||||
{
|
||||
"mcpServers": {
|
||||
"iTunesControlServer": {
|
||||
"command": "uvx",
|
||||
"args": ["-n", "mcp-applemusic"]
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
## Available Commands
|
||||
|
||||
Reference in New Issue
Block a user