
photoshop-mcp
by alisaitteke·★ 44·综合分 45
Photoshop MCP 服务器让 AI 助手能够使用 50 多种工具控制 Adobe Photoshop 进行设计自动化。
概述
Photoshop MCP 服务器通过模型上下文协议 (MCP) 为 Adobe Photoshop 提供全面的自动化功能。它允许 Claude 和 Cursor 等 AI 助手以编程方式控制 Photoshop,实现设计、图像编辑和工作流自动化的自然语言命令。该服务器支持 Windows 和 macOS 平台,兼容 2012 至 2025+ 的 Photoshop 版本。它还提供了独立 UI,无需 IDE,让用户可以在与 AI 模型对话的同时通过此 MCP 服务器驱动 Photoshop。
试试问 AI
装完之后,这里有 7 个你可以让 AI 做的事:
什么时候选它
当您需要 AI 辅助的 Photoshop 自动化,并且已经使用或计划使用支持 MCP 的 Claude 或 Cursor 时,选择此工具。
什么时候不要选它
如果您不是 Adobe Photoshop 用户,或者需要其他图像编辑软件(如 GIMP 或 Affinity Photo),请不要选择此工具。
此 server 暴露的工具
从 README 抽取出 12 个工具photoshop_pingTest connection to Photoshop.
photoshop_create_documentCreate a new Photoshop document.
photoshop_save_documentSave the active document to a specified path.
photoshop_create_layerCreate a new layer in the document.
photoshop_create_text_layerCreate a text layer with specified content and formatting.
photoshop_fill_layerFill the active layer with a solid color.
photoshop_set_layer_opacitySet the opacity of the active layer.
photoshop_set_layer_blend_modeSet the blend mode of the active layer.
photoshop_get_layersGet list of all layers in the active document.
photoshop_delete_layerDelete the active layer.
photoshop_close_documentClose the active document.
photoshop_set_layer_visibilityShow or hide the active layer.
可对比工具
安装
使用 NPX(推荐)
无需安装!只需配置您的 MCP 客户端:
npx @alisaitteke/photoshop-mcp从源码安装
git clone https://github.com/alisaitteke/photoshop-mcp.git
cd photoshop-mcp
npm install
npm run buildClaude Desktop 配置
添加到您的 Claude Desktop 配置文件(macOS 上的 ~/Library/Application Support/Claude/claude_desktop_config.json 或 Windows 上的 %APPDATA%\Claude\claude_desktop_config.json):
{
"mcpServers": {
"photoshop": {
"command": "npx",
"args": ["-y", "@alisaitteke/photoshop-mcp"],
"env": {
"LOG_LEVEL": "1"
}
}
}
}FAQ
- 支持哪些 Photoshop 版本?
- 该服务器支持 Windows 和 macOS 平台上的 Photoshop 2012 至 2025+ 版本。
- 此项目是否与 Adobe 有关联?
- 不,这是一个非官方的社区维护项目,与 Adobe 公司无关联或认可。
- 我可以将其与 Claude 以外的 AI 模型一起使用吗?
- 是的,独立 UI 支持多个提供商,包括 Anthropic、OpenAI、Google 和 OpenRouter,以及各种模型。
photoshop-mcp 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。