apple-photos-mcp 0.3.2 → 0.3.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +15 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -44,6 +44,21 @@ Install as a Claude Code plugin for automatic configuration and enhanced AI beha
44
44
 
45
45
  This method also installs a **skill** that teaches Claude when and how to use Apple Photos effectively.
46
46
 
47
+ ### Using the Codex Marketplace
48
+
49
+ The same plugin is available for Codex. Add the marketplace and install the plugin:
50
+
51
+ ```bash
52
+ codex plugin marketplace add sweetrb/apple-photos-mcp
53
+ codex plugin add apple-photos@apple-photos-mcp
54
+ ```
55
+
56
+ The Codex plugin runs the published `apple-photos-mcp` server through `npx` and ships the same Apple Photos skill, so behavior matches the Claude Code plugin. Because the server is a Python-sidecar (osxphotos) server, the first tool call after an `npx` launch auto-bootstraps a project-local Python venv with `osxphotos` (a one-time, ~minute-long setup), and the host process still needs Full Disk Access — see [Requirements](#requirements) below.
57
+
58
+ ### Other Hosts (Hermes, Antigravity)
59
+
60
+ Plugin packaging for the Hermes and Antigravity hosts is also included (`.hermes-plugin/` and `.antigravity-plugin/`). Each registers the same `apple-photos` MCP server (launched via `npx -y apple-photos-mcp`) and bundles the Apple Photos skill, so behavior matches the Claude Code and Codex plugins. Install them through each host's plugin/marketplace mechanism pointed at this repository.
61
+
47
62
  ### Manual Installation
48
63
 
49
64
  **1. Install the server:**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apple-photos-mcp",
3
- "version": "0.3.2",
3
+ "version": "0.3.4",
4
4
  "description": "MCP server for Apple Photos - query, search, export, and inspect the macOS Photos library via osxphotos",
5
5
  "type": "module",
6
6
  "main": "build/index.js",
@@ -36,7 +36,7 @@
36
36
  "prepare": "husky; npm run build"
37
37
  },
38
38
  "volta": {
39
- "node": "22.13.1"
39
+ "node": "24.17.0"
40
40
  },
41
41
  "keywords": [
42
42
  "mcp",