Update README.md

This commit is contained in:
2025-02-08 18:08:54 -05:00
committed by GitHub
parent c9b93e6d01
commit 8d8c7a2c6d
+15 -1
View File
@@ -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