illustrator-mcp-server
by spencerhhubert·★ 50·综合分 35
Adobe Illustrator MCP 服务器,让 AI 模型直接在 Illustrator 中运行 JavaScript 脚本。
developer-toolsmediaproductivity
8
Forks
3
活跃 Issue
17 个月前
最近提交
2 天前
收录于
概述
这个 MCP 服务器使 AI 模型能够通过 JavaScript 脚本控制 Adobe Illustrator。它充当 AI 系统与 Illustrator 脚本功能之间的桥梁,实现自动化设计和操作。服务器使用 AppleScript 与 Illustrator 通信,目前仅限 macOS 环境。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
你:自动生成复杂的矢量图形设计
你:使用 AI 驱动的修改批量处理 Illustrator 文件
你:在 AI 和 Illustrator 之间创建自定义设计自动化工作流
你:这个服务器是否兼容 Windows 或 Linux?
你:支持哪些 AI 助手?
什么时候选它
当您需要通过 AI 代理自动化 Adobe Illustrator 工作流且仅在 macOS 上工作时,选择此服务器。
什么时候不要选它
如果您需要跨平台支持、Windows 兼容性或需要与其他设计工具集成,请不要选择此服务器。
可对比工具
design-mcpphotoshop-mcpfigma-apishell-mcp
安装
- 克隆仓库:
git clone https://github.com/spencerhhubert/illustrator-mcp-server.git - 使用 uv 安装依赖:
uv sync - 通过以下内容配置 Claude Desktop,添加到
~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"illustrator": {
"command": "uv",
"args": [
"--directory",
"/你的/illustrator-mcp-server/路径",
"run",
"illustrator"
]
}
}
}FAQ
- 这个服务器是否兼容 Windows 或 Linux?
- 不兼容,这个服务器依赖于 AppleScript,仅支持 macOS 系统。
- 支持哪些 AI 助手?
- 作者仅测试了与 Claude Desktop 的兼容性,但可能也适用于其他兼容 MCP 的客户端。
illustrator-mcp-server 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。