Skip to content

快速上手

选择客户端、完成安装、发出第一条提示词。大约一分钟。

详细文档为英文。

开始之前

  • 已安装并打开 Adobe Photoshop(macOS 或 Windows)。
  • Node.js 18 或更高版本——使用 Claude Desktop 安装包时不需要。

选择你的客户端

常用

Cursor

Anysphere

Cursor 的 MCP 文档
  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

确认是否可用
ping 一下 Photoshop,并列出已打开的文档。

你应当看到 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.

接下来

  • 配方 — 十六个开箱即用流程,每个只占一步撤销。
  • 工具目录 — 全部工具,可搜索。
  • Web 界面 — 不用编辑器也能运行。
  • 疑难解答 — 当 Photoshop 没有响应时。