MCP server for Adobe Photoshop automation - control Photoshop from AI assistants
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-alisaitteke-photoshop-mcp": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Note: This is an unofficial, community-maintained project and is not affiliated with or endorsed by Adobe Inc.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in design
MCP server for accessing Figma plugin console logs and screenshots via Cloudflare Workers or local mode
Official Miro MCP server - Supports context to code and creating diagrams, docs, and data tables.
AI image generation and editing with prompt optimization and quality presets. Powered by Nano Banana
Coinbase Design System - MCP Server
MCP Security Weekly
Get CVE alerts and security updates for io.github.alisaitteke/photoshop-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Note: This is an unofficial, community-maintained project and is not affiliated with or endorsed by Adobe Inc.
A Model Context Protocol (MCP) server that enables AI assistants like Claude and Cursor to control Adobe Photoshop programmatically. This allows you to create designs, manipulate images, and automate Photoshop workflows through natural language commands while working in your IDE.
Don't want to wire this into Claude Desktop or Cursor? The same package ships a fully local web UI that lets you chat with an AI model and drive Photoshop through this MCP server underneath.

npx -p @alisaitteke/photoshop-mcp photoshop-mcp-ui
That's it. A local server starts on 127.0.0.1 (random free port) and your
default browser opens the chat UI automatically.
Pick any of the following on first launch — bring your own API key:
| Provider | Models | Get a key |
|---|---|---|
| Anthropic | Claude Sonnet / Opus / Haiku | console.anthropic.com |
| OpenAI | GPT-5, GPT-4.1, o-series | platform.openai.com |
| Gemini 2.5 Pro / Flash / Flash-Lite | aistudio.google.com | |
| OpenRouter | 100+ models from any provider | openrouter.ai |
~/.photoshop-mcp/data.db (SQLite, chmod 600). It never leaves your
machine.photoshop-mcp-ui [--port 5174] [--host 127.0.0.1] [--no-open]
Below are example prompts you can use with AI assistants (Claude, Cursor, etc.) when this MCP server is configured:
Create a 1920x1080 Photoshop document with RGB color mode.
Add a light blue background layer and fill it with RGB(240, 248, 255).
Add centered text "Welcome" in 64pt font.
Save as welcome.psd to my Desktop.
Search Pexels for "mountain sunset" images.
Create a 1920x1080 Photoshop document.
Place the downloaded image and fit it to fill the entire canvas.
Apply a subtle Gaussian blur of 3px.
Increase brightness by 15 and contrast by 10.
Add white text "Adventure Awaits" centered at the top in 72pt.
Set the text opacity to 90% and blend mode to OVERLAY.
Save as adventure.jpg with quality 10.
Open photo.jpg from my Desktop in Photoshop.
Apply auto levels and auto con
... [View full README on GitHub](https://github.com/alisaitteke/photoshop-mcp#readme)