Skip to content

VS Code

Works through Copilot Chat in Agent mode. The install link opens VS Code and asks you to confirm.

  1. Click Install in VS Code and confirm.
  2. Copilot Chat in Agent mode picks up the tools.
Run in a terminal
code --add-mcp '{"name":"photoshop","command":"npx","args":["-y","@alisaitteke/photoshop-mcp"]}'
If the button does nothing, paste this into your config instead
mcp.json
{
  "servers": {
    "photoshop": {
      "command": "npx",
      "args": [
        "-y",
        "@alisaitteke/photoshop-mcp"
      ],
      "type": "stdio"
    }
  }
}

Where to paste itWorkspace .vscode/mcp.json, or Command Palette → "MCP: Add Server"

Check that it works
Ping Photoshop and list open documents.

In Copilot Chat (Agent mode): "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