1. Conduid
  2. AI
  3. Photoshop Python API MCP Server
MCP server · AI

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.

Unclaimed MIT last commit 6 months ago ai
77Good

Scored 3 hours ago · breakdown

About Photoshop Python API MCP Server

Photoshop Python API MCP Server is an MCP server published by loonghao in the AI category: 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. It has been installed 0 times through Conduid.

The repository has 171 stars and 16 forks, with the last commit 6 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx photoshop-python-api-mcp-server

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Photoshop Python API MCP Server

Powered by Claude · Grounded in docs

I know everything about Photoshop Python API MCP Server. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

v0.1.11v0.1.11 · 24 Feb 2026Photoshop MCP Server v0.1.11 MCP Server for Photoshop integration using photoshop-python-api. What's Changed Improved MCP host integration Added support for Claude Desktop and Claude Windsurf Enhanced error handling
v0.1.10v0.1.10 · 17 Oct 2025Photoshop MCP Server v0.1.10 MCP Server for Photoshop integration using photoshop-python-api. What's Changed Improved MCP host integration Added support for Claude Desktop and Claude Windsurf Enhanced error handling
v0.1.9v0.1.9 · 30 Jun 2025Photoshop MCP Server v0.1.9 MCP Server for Photoshop integration using photoshop-python-api. What's Changed Improved MCP host integration Added support for Claude Desktop and Claude Windsurf Enhanced error handling
v0.1.8v0.1.8 · 18 Jun 2025Photoshop MCP Server v0.1.8 MCP Server for Photoshop integration using photoshop-python-api. What's Changed Improved MCP host integration Added support for Claude Desktop and Claude Windsurf Enhanced error handling
v0.1.7v0.1.7 · 7 Jun 2025Photoshop MCP Server v0.1.7 MCP Server for Photoshop integration using photoshop-python-api. What's Changed Improved MCP host integration Added support for Claude Desktop and Claude Windsurf Enhanced error handling

README

Photoshop MCP Server

PyPI Version PyPI Downloads Build Status License Python Version Platform GitHub stars GitHub issues GitHub last commit

⚠️ WINDOWS ONLY: This server only works on Windows operating systems due to its dependency on Windows-specific COM interfaces.

A Model Context Protocol (MCP) server for Photoshop integration using photoshop-python-api.

English | 简体中文

Overview

This project provides a bridge between the Model Context Protocol (MCP) and Adobe Photoshop, allowing AI assistants and other MCP clients to control Photoshop programmatically.

Photoshop MCP Server Demo

What Can It Do?

With this MCP server, AI assistants can:

  • Create, open, and save Photoshop documents
  • Create and manipulate layers (text, solid color, etc.)
  • Get information about the Photoshop session and documents
  • Apply effects and adjustments to images
  • And much more!

Requirements

System Requirements

  • 🔴 WINDOWS OS ONLY: This server ONLY works on Windows operating systems
    • The server relies on Windows-specific COM interfaces to communicate with Photoshop
    • macOS and Linux are NOT supported and CANNOT run this software

Software Requirements

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

Installation

Note: Remember that this package only works on Windows systems.

# Install using pip
pip install photoshop-mcp-server

# Or using uv
uv install photoshop-mcp-server

MCP Host Configuration

This server is designed to work with various MCP hosts. The PS_VERSION environment variable is used to specify which Photoshop version to connect to (e.g., "2024", "2023", "2022", etc.).

The recommended way to configure the server is using uvx as the command, which is the official standard format.

Standard Configuration (Recommended)

Add the following to your MCP host configuration (works with Claude Desktop, Windsurf, Cline, and other MCP hosts):

{
  "mcpServers": {
    "photoshop": {
      "command": "uvx",
      "args": ["--python", "3.10", "photoshop-mcp-server"],
      "env": {
        "PS_VERSION": "2024"
      }
    }
  }
}

Configuration Options

  • PS_VERSION: Specify the Photoshop version to connect to (e.g., "2024", "2023", "2022", etc.)
  • command: Use uvx for the standard approach
  • args: Use ["photoshop-mcp-server"] to run the Photoshop MCP server
    • To specify a Python version explicitly, use ["--python", "3.10", "photoshop-mcp-server"] (any version from 3.10 to 3.14 is supported)

Key Features

Available Resources

  • photoshop://info - Get Photoshop application information
  • photoshop://document/info - Get active document information
  • photoshop://document/layers - Get layers in the active document

Available Tools

The server provides various tools for controlling Photoshop:

  • Document Tools: Create, open, and save documents
  • Layer Tools: Create text layers, solid color layers, etc.
  • Session Tools: Get information about Photoshop session, active document, selection

Example Prompts for AI Assistants

Once configured in your MCP host, you can use the Photoshop MCP server in your AI assistant conversations. Here are some example prompts to get you started:

Basic Examples

User: Can you create a new Photoshop document and add a text layer with "Hello World"?

AI Assistant: I'll create a new document and add the text layer for you.

[The AI uses the Photoshop MCP server to:
1. Create a new document using the `create_document` tool
2. Add a text layer using the `create_text_layer` tool with the text "Hello World"]

I've created a new Photoshop document and added a text layer with "Hello World".

More Advanced Examples

User: Open my latest PSD file and tell me how many layers it has.

AI Assistant: I'll check your latest PSD file and count the layers.

[The AI uses the Photoshop MCP server to:
1. Get information about open documents
2. If no document is open, it can browse and open a PSD file
3. Retrieve and analyze the layer structure]

Your document has 12 layers, including 3 group folders and 2 adjustment layers.
User: Create a social media post with a gradient background and the text "Summer Sale" in a bold font.

AI Assistant: I'll create that social media post for you.

[The AI uses the Photoshop MCP server to:
1. Create a new document with appropriate dimensions for social media
2. Create a gradient fill layer with summer colors
3. Add a text layer with "Summer Sale" in a bold font
4. Position and style the text appropriately]

I've created your social media post with a gradient background and bold "Summer Sale" text.

License

MIT

Acknowledgements

README mirrored from the source repository 3 hours ago. The original is authoritative.

Questions

About Photoshop Python API MCP Server

How do I install Photoshop Python API MCP Server?

Run npx photoshop-python-api-mcp-server, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Photoshop Python API MCP Server safe to use with an AI agent?

Its trust score is 77 out of 100 (good). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Photoshop Python API MCP Server still maintained?

The last commit was 6 months ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.