photoshop-python-api-mcp-server

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.

GitHub Stars

111

User Rating

Not Rated

Favorites

0

Views

33

Forks

7

Issues

13

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

Installation

Prerequisites

Adobe Photoshop: Must be installed locally (tested with versions CC2017 through 2024)
Python: Version 3.10 or higher

Installation Steps

bash

Install using pip

pip install photoshop-mcp-server

Or using uv

uv install photoshop-mcp-server

Additional Resources