Skip to content

Other clients

Anything that runs local MCP servers over stdio works. Cline, Kiro, JetBrains AI Assistant, Warp, Goose, LM Studio, Raycast, opencode, Trae and Visual Studio are all in the picker on the setup page.

Run in a terminal
npx @modelcontextprotocol/inspector npx -y @alisaitteke/photoshop-mcp
  1. The Inspector command opens a debugging UI so you can call tools without any client.
  2. ChatGPT and claude.ai in the browser only accept remote connectors and cannot reach a local Photoshop — use the Web UI instead.
Run in a terminal
npx @modelcontextprotocol/inspector npx -y @alisaitteke/photoshop-mcp
Config file
mcp.json
{
  "mcpServers": {
    "photoshop": {
      "command": "npx",
      "args": [
        "-y",
        "@alisaitteke/photoshop-mcp"
      ]
    }
  }
}

Where to paste itAny client that runs local (stdio) MCP servers — paste this into its MCP config

Check that it works
Ping Photoshop and list open documents.

You should see the Photoshop version and the names of any open documents.

Before you start

  • Adobe Photoshop installed and open (macOS or Windows).
  • Node.js 18 or newer, unless you use the Claude Desktop bundle.

Next