# PsMCP MCP Server For Photoshop

> An Extensive MCP server and a Gradio MCP client ( with Gemini ) with several tools made using win32com to intereact with Photoshop. Designing with Photoshop has never been more fun!

- **Type:** MCP server
- **Install:** `agentstack add mcp-chandrahas455-psmcp-mcp-server-for-photoshop`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [Chandrahas455](https://agentstack.voostack.com/s/chandrahas455)
- **Installs:** 0
- **Category:** [Integrations](https://agentstack.voostack.com/c/integrations)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [Chandrahas455](https://github.com/Chandrahas455)
- **Source:** https://github.com/Chandrahas455/PsMCP-MCP-Server-for-Photoshop

## Install

```sh
agentstack add mcp-chandrahas455-psmcp-mcp-server-for-photoshop
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

[](https://mseep.ai/app/chandrahas455-psmcp-mcp-server-for-photoshop)

# PsMCP-MCP-Server-for-Photoshop
Watch the Demo Below

[](https://media-hosting.imagekit.io/0e939780eeb24fd9/PhotoshopMCP.mp4?Expires=1841334328&Key-Pair-Id=K2ZIVPTIP2VGHC&Signature=sV1V82oUaMEfNTNYOHGeU7H9gLc8SsuNgQHRthU9j0exVXaC88plw8JiDTCj6IzHlKkToY0x5Xi4NzGndgHTQHKGrIpVHxJvWUCzcfWlq6LA2NEv9Fb4Yn0tDDSkJyWdTT9ISXlCvIXuBNVPgX4VT5TGB7KRM90vC6wIX31LH6DxX6qd4sVaY1o-ydx9gCe~hN9kSMx9IWMXc1NC50mgv~n5nOjgde8NJdrKJPB0WBZylW7BitIRCtiO2O2v6~C4x6bqbC~UTdQMdjldp0AwNTv2M2XT7NtrXsXA-QKOPa6Be0ysMMakMsAJc6xmMR25FJHdwap9ObgimCTZ4J9fIQ__)

## Usage

 **Install Requirements**

   Activate your Python environment and install dependencies:

   ```bash
   pip install -r requirements.txt
   ```
 **Run Using the Gradio Client Provided**
 
---

>  **Heads Up**: The Gemini Gradio client I've provided, for some reason does only a maximum of one tool call for any request, use this just to test the tool. For actual usage use Claude ot Cursor

---
 
   
   Set Gemini Key in .env
   ```bash
   GEMINI_API_KEY = PASTE_YOUR_KEY_HERE
   ```
  Set Directories for PSDs, Assets and Exports
   ```bash
   PSD_DIRECTORY = "D:\\Photoshop Files"
   EXPORT_DIRECTORY = "D:\\PsMCP-Exports"
   ASSETS_DIR = "D:\\PsMCP-Assets"
   ```
  Run the App and connect to the Server
  
   ```bash
   python app.py
   ```
 **Configure Server with Any MCP Client (Claude, Cursor, etc)**

 Add Server to Config file as follows to access the tools
 
   ```bash
   {
    "mcpServers": {
      "PhotoshopAdv": {
        "command": "uv",
        "args": [
          "--directory",
          "Path/To/Directory",
          "run",
          "psMCP.py"
        ],
        "timeout": 60000 
      }
    }
  }
   ```
## Use Cases
- Automate repetitive Photoshop tasks (e.g., inserting text, resizing, exporting).
- Build custom design pipelines for batch PSD editing.
- Rapidly generate marketing creatives from templates.
- Toggle layers or apply effects dynamically through Python scripts.
- Streamline creative asset versioning and export processes.

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [Chandrahas455](https://github.com/Chandrahas455)
- **Source:** [Chandrahas455/PsMCP-MCP-Server-for-Photoshop](https://github.com/Chandrahas455/PsMCP-MCP-Server-for-Photoshop)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** yes
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-chandrahas455-psmcp-mcp-server-for-photoshop
- Seller: https://agentstack.voostack.com/s/chandrahas455
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
