◆ CatalogMCPs
Photoshop MCP.
Control Adobe Photoshop via Python API (Windows)
§ 01Install
◆ install
$ npx archtmpl@latest --mcp photoshop-mcp─ paste in terminal · restart claude code
Control Adobe Photoshop via Python API (Windows)
$ npx archtmpl@latest --mcp photoshop-mcp─ paste in terminal · restart claude code
1{ 2 "name": "Photoshop MCP", 3 "summary": "Control Adobe Photoshop via Python API — documents, layers, effects, session info (Windows only)", 4 "repo": "https://github.com/loonghao/photoshop-python-api-mcp-server", 5 "mcpServers": { 6 "photoshop": { 7 "command": "uvx", 8 "args": ["--python", "3.10", "photoshop-mcp-server"], 9 "env": {10 "PS_VERSION": "2024"11 }12 }13 },14 "postInstallNotes": "Windows only — relies on Windows-specific COM interfaces; macOS and Linux cannot run this server. Requires Adobe Photoshop installed locally (tested CC2017 through 2024). Set PS_VERSION to match your installed Photoshop version (e.g. 2023, 2022)."15}16