Photoshop MCP Server
@loonghao
About Photoshop 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.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"photoshop": {
"command": "uvx",
"args": [
"--python",
"3.10",
"photoshop-mcp-server"
],
"env": {
"PS_VERSION": "2024"
}
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is Photoshop MCP Server?
Photoshop MCP Server is a Model Context Protocol (MCP) server that bridges MCP‑compatible AI assistants with Adobe Photoshop on Windows. It uses the photoshop-python-api to allow programmatic control of Photoshop documents, layers, and effects.
How to use Photoshop MCP Server?
Install via pip install photoshop-mcp-server or uv install photoshop-mcp-server, then add the server to your MCP host configuration (e.g., Claude Desktop, Windsurf, Cline) using uvx and set the PS_VERSION environment variable. Once configured, you can ask your AI assistant to perform Photoshop tasks.
Key features of Photoshop MCP Server
- Create, open, and save Photoshop documents
- Create and manipulate text and solid color layers
- Retrieve Photoshop session and document information
- Apply effects and adjustments to images
- Exposes resources:
photoshop://info,photoshop://document/info,photoshop://document/layers
Use cases of Photoshop MCP Server
- Generate and edit documents via natural‑language chat commands
- Automate layer creation and styling for social media posts
- Analyze existing PSD files (e.g., count layers, get layer structure)
- Integrate Photoshop into larger MCP‑based workflows
FAQ from Photoshop MCP Server
What operating systems are supported?
Only Windows. The server communicates with Photoshop via Windows‑specific COM interfaces and does not work on macOS or Linux.
What Python version is required?
Python 3.10 or higher. You can explicitly specify a version (3.10–3.14) in the uvx arguments.
How do I specify which Photoshop version to connect to?
Set the environment variable PS_VERSION in your MCP host configuration (e.g., "PS_VERSION": "2024"). Versions CC2017 through 2024 are tested.
How is the server installed?
Install via pip: pip install photoshop-mcp-server, or via uv: uv install photoshop-mcp-server.
What MCP hosts are supported?
It works with any standard MCP host, including Claude Desktop, Windsurf, and Cline. Configuration follows the uvx command format.
Frequently asked questions
What operating systems are supported?
Only Windows. The server communicates with Photoshop via Windows‑specific COM interfaces and does not work on macOS or Linux.
What Python version is required?
Python 3.10 or higher. You can explicitly specify a version (3.10–3.14) in the `uvx` arguments.
How do I specify which Photoshop version to connect to?
Set the environment variable `PS_VERSION` in your MCP host configuration (e.g., `"PS_VERSION": "2024"`). Versions CC2017 through 2024 are tested.
How is the server installed?
Install via pip: `pip install photoshop-mcp-server`, or via uv: `uv install photoshop-mcp-server`.
What MCP hosts are supported?
It works with any standard MCP host, including Claude Desktop, Windsurf, and Cline. Configuration follows the `uvx` command format.
Basic information
More Media & Design MCP servers
SVGator
SVGatorDrive your SVGator account from any AI assistant. Prompt an animation, get an editable project back, and export it as SVG, Lottie, GIF, MP4, and more, then open it in the editor to finish by hand.

Lamina — On-brand product photos, video & try-ons
LaminaGenerate on brand product videos from Claude Code (or any assistant) in one line. Lamina turns a brief + your brand kit into finished product photos, video reels, and campaign banners - no prompt engineering; brand guard
Designesy
LE-VAIDesign-system contract verification & scoring for AI agents. 34-check engine (99.1% A self-score), DTCG token validation, WCAG 2.2 a11y, Lottie motion. 11 tools, no auth.
YouTube Transcript MCP Server
jkawamotoMCP server retrieving transcripts of YouTube videos
YouTube Transcript Server
kimtaeyoon83This is an MCP server that allows you to directly download transcripts of YouTube videos.
Comments