photoshop-python-api-mcp-server

loonghao/photoshop-python-api-mcp-server
★ 181 stars Python 💻 Code/Dev Tools Updated 1mo ago
A Model Context Protocol (MCP) server that interfaces with Adobe Photoshop's Python API. Enables LLMs to execute image editing operations, automate workflows, and manage Photoshop tasks through structured commands and context-aware interactions.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "photoshop-python-api": {
      "command": "uvx",
      "args": [
        "photoshop-python-api-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install photoshop-python-api-mcp-server