Skip to content

はじめかた

クライアントを選び、インストールし、最初のプロンプトを送るだけ。1 分ほどで終わります。

詳しいドキュメントは英語です。

はじめる前に

  • Adobe Photoshop がインストールされ、起動していること(macOS または Windows)。
  • Node.js 18 以上 — Claude Desktop のパッケージを使う場合は不要です。

クライアントを選ぶ

よく使われる
  1. Click Install in Cursor and accept the prompt.
  2. If nothing opens, paste the JSON into mcp.json.
ボタンが反応しない場合は、代わりにこれを設定へ貼り付けてください
mcp.json
{
  "mcpServers": {
    "photoshop": {
      "command": "npx",
      "args": [
        "-y",
        "@alisaitteke/photoshop-mcp"
      ]
    }
  }
}

貼り付ける場所~/.cursor/mcp.jsonCursor Settings → MCP → Add new MCP server

動作を確認する
Photoshop に ping して、開いているドキュメントを一覧にして。

Photoshop のバージョンと、開いているドキュメント名が表示されます。

最初のプロンプト

text
Remove the background from the active layer and keep the original pixels behind a mask.
text
Resize this document to 1080x1350, sharpen it, and export an optimized JPEG.
text
Organize the layer stack: rename layers by kind and group related ones.

次のステップ