Skip to content

Claude Code

One command adds the server. Use --scope user to keep it available in every project.

Claude Code

Anthropic

Claude Code MCP documentation
Run in a terminal
claude mcp add photoshop -- npx -y @alisaitteke/photoshop-mcp
  1. Run the command in any terminal.
  2. Add --scope user to make it available in every project.
Config file
mcp.json
{
  "mcpServers": {
    "photoshop": {
      "command": "npx",
      "args": [
        "-y",
        "@alisaitteke/photoshop-mcp"
      ]
    }
  }
}

Where to paste itProject .mcp.json (add --scope project) or user settings (--scope user)

Check that it works
Ping Photoshop and list open documents.

Run claude, then: "Ping Photoshop and list 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