From 8d8c7a2c6df22f594d8bdd2287faa48d9448f10e Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 8 Feb 2025 18:08:54 -0500 Subject: [PATCH] Update README.md --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d6936b..a89c31f 100644 --- a/README.md +++ b/README.md @@ -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