Content
# photoshop-mcp-plus




A **single-file MCP server** for controlling Adobe Photoshop. FastMCP(streamable-http) +
[photoshop-python-api](https://github.com/loonghao/photoshop-python-api)
(doJavaScript / ExtendScript) based, allowing AI clients to edit and automate Photoshop documents in natural language.
## Requirements
- Windows + **Adobe Photoshop installation and execution** (COM control target)
- Python 3.10+
- Dependencies: `mcp[cli]`, `photoshop-python-api`
## Installation & Execution
```bash
uv venv
uv pip install mcp[cli] photoshop-python-api
python server.py --host 127.0.0.1 --port 8002
```
> Alternatively, [**mcpworld**](https://github.com/JS190-prog/mcpworld) controller starts automatically
> clone, install, and execute, and connect to ChatGPT web connector.
## Configuration
- `server.py` — Entire MCP server (including all tool logic, single file)
- `verify.py` — Environment/action verification script
## Usage
Connect to MCP client (ChatGPT developer mode connector, Claude Desktop, etc.) and
instruct Photoshop tasks in natural language. **Photoshop must be running** for COM control to work.
## License
MIT — see [LICENSE](LICENSE).
Connection Info
You Might Also Like
markitdown
Python tool for converting files and office documents to Markdown.
OpenAI Whisper
OpenAI Whisper MCP Server - 基于本地 Whisper CLI 的离线语音识别与翻译,无需 API Key,支持...
oh-my-opencode
Background agents · Curated agents like oracle, librarians, frontend...
claude-flow
Claude-Flow v2.7.0 is an enterprise AI orchestration platform.
ai-engineering-from-scratch
Learn it. Build it. Ship it for others. The most comprehensive open-source...
chatbox
User-friendly Desktop Client App for AI Models/LLMs (GPT, Claude, Gemini, Ollama...)