Editmamei uses MCP to let Claude drive Photoshop editing
fcf41 · reddit · 2026-07-21
The author built Editmamei, a local MCP server that lets Claude drive desktop Photoshop for photo editing.
- It uses Photoshop’s own scripting backend (ExtendScript over COM/AppleScript), so the result is a normal layered PSD that can still be edited manually.
- Existing Photoshop MCPs were seen as lacking visual awareness; they can call tools, but they do not really know what changed in the image.
- Editmamei sends back a downscaled preview after each step so the model can inspect the result and iterate.
- The server also adds lightweight computer vision, including a face mesh, so the model can request edits like “lighten the under-eyes” while the server provides the coordinates.
- The free community edition covers most everyday Photoshop tasks; the paid Pro version adds precision targeting and reusable edit recipes.
- The author frames the project as a way to combine VLM-style judgment with CV geometry, each covering the other’s weak spots.
More from coding & agent
- An MCP server signs every AI agent tool call into a verifiable Merkle chain — Funky_Chicken_22 · 2026-07-22
- Annotated transcript of a Claude Code team interview is now available — trq212 · 2026-07-22
- Claude Code skill uses 10 Markdown rules to make outputs ADHD-friendly — alex_verem · 2026-07-22
- BUZZ launches as an open-source group chat layer for teams and agents — Scobleizer · 2026-07-22
- A Firecracker-based platform says it can host 6,000 AI agents on one 256 GB server — maritime_sh · 2026-07-22
- A better path to agent autonomy is running waves, finding friction, and iterating — JnBrymn · 2026-07-22