Skip to content

Codex CLI

Add it with the CLI, or write the TOML block yourself. Codex speaks stdio, which is what this server uses.

Run in a terminal
codex mcp add photoshop -- npx -y @alisaitteke/photoshop-mcp
Config file
config.toml
[mcp_servers.photoshop]
command = "npx"
args = ["-y","@alisaitteke/photoshop-mcp"]

Where to paste it~/.codex/config.toml

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