Photoshop MCP Server

MCP server for Adobe Photoshop automation - control Photoshop from AI assistants

Local serverstdio

What is the Photoshop MCP server?

Connect Photoshop to Claude, Cursor or any other MCP client and it stops being a tab you switch to. MCP server for Adobe Photoshop automation - control Photoshop from AI assistants. The photoshop mcp server is what makes that connection.

What the server does

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 — or through the bundled standalone web UI, which supports both API keys and CLI subscription accounts (Claude Code / Gemini CLI). The UI also offers an opt-in Action Plan (beta) mode that plans every Photoshop step in one LLM call, then runs them in a single pass.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • Auto-Detection — Automatically finds Photoshop installation on your system
  • Filters — Gaussian Blur, Sharpen, Noise, Motion Blur
  • Actions — Play recorded actions, execute custom scripts
  • Provider — Models
  • Anthropic — Claude Sonnet / Opus / Haiku
  • OpenAI — GPT-5, GPT-4.1, o-series
  • Google — Gemini 2.5 Pro / Flash / Flash-Lite
  • OpenRouter — 100+ models from any provider
  • Action — API key mode
  • Notes — The Notes tool exposed by this server
  • Recipes — Every recipe wraps a multi-step outcome in a single undo step and maps 1:1 to a ps.* prompt template

Installation

Installation goes through your MCP client rather than a global install: point it at @anthropic-ai/claude-code on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.

Where it fits

This sits in the AI and media services group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Photoshop's toolset — Auto-Detection, Filters, Actions and 8 more — is a fair guide to whether it matches your workflow. It is maintained by alisaitteke; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Photoshop's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 11 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Photoshop.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
Auto-DetectionAutomatically finds Photoshop installation on your system
FiltersGaussian Blur, Sharpen, Noise, Motion Blur
ActionsPlay recorded actions, execute custom scripts
ProviderModels
AnthropicClaude Sonnet / Opus / Haiku
OpenAIGPT-5, GPT-4.1, o-series
GoogleGemini 2.5 Pro / Flash / Flash-Lite
OpenRouter100+ models from any provider
ActionAPI key mode
NotesThe Notes tool exposed by this server.
RecipesEvery recipe wraps a multi-step outcome in a **single undo step** and maps 1:1 to a ps.* prompt template.

How to install the Photoshop MCP server

{
  "mcpServers": {
    "photoshop": {
      "command": "npx",
      "args": ["-y", "@anthropic-ai/claude-code"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Example prompts to try

  • Use Photoshop to Auto-Detection.
  • Use Photoshop to Filters.
  • Use Photoshop to Actions.

Frequently asked questions

It connects Photoshop to MCP-compatible AI assistants such as Claude and Cursor, exposing 11 tools (Auto-Detection, Filters, Actions, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Photoshop directly.