Skip to content

Claude Desktop

The quickest route for people who do not use an editor: download the bundle, double-click, done. No terminal, no Node.js.

Claude Desktop

Anthropic

Claude Desktop MCP documentation
Download for Claude DesktopThe .mcpb bundle is attached to every GitHub release.
  1. Download the .mcpb bundle and double-click it — Claude Desktop shows an Install dialog.
  2. No Node.js needed for the bundle; the manual JSON route needs Node 18+.
  3. Restart Claude Desktop after installing.
If the button does nothing, paste this into your config instead
claude_desktop_config.json
{
  "mcpServers": {
    "photoshop": {
      "command": "npx",
      "args": [
        "-y",
        "@alisaitteke/photoshop-mcp"
      ]
    }
  }
}

Where to paste it~/Library/Application Support/Claude/claude_desktop_config.jsonSettings → Developer → Edit Config

Check that it works
Ping Photoshop and list open documents.

Start a new chat and type: "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