Illustrator MCP Server

Illustrator MCP Server

site icon
2024.12.27 0
PythonAdobe Illustrator自动化JavaScript脚本执行其它
Illustrator MCP Server 是一个允许机器人直接向Adobe Illustrator发送JavaScript脚本并查看结果的工具。它依赖于AppleScript,因此仅兼容MacOS系统,并且主要与Claude Desktop配合使用。
View on GitHub

Overview

基本能力

产品定位

Illustrator MCP Server 是一个用于自动化Adobe Illustrator操作的工具,允许通过JavaScript脚本与Illustrator交互。

核心功能

  • 允许机器人发送JavaScript脚本到Adobe Illustrator
  • 查看脚本执行结果
  • 依赖于AppleScript,仅兼容MacOS

适用场景

  • 需要自动化生成Adobe Illustrator内容的场景
  • 需要批量处理Adobe Illustrator文件的场景
  • 需要与Claude Desktop集成的场景

工具列表

  • 无明确工具列表提供

常见问题解答

  • 仅兼容MacOS系统
  • 主要与Claude Desktop配合使用

使用教程

使用依赖

  • 需要安装MacOS系统
  • 需要安装Claude Desktop

安装教程

  1. 确保已安装Claude Desktop
  2. 配置~/Library/Application Support/Claude/claude_desktop_config.json文件,添加以下内容:
{
    "mcpServers": {
        "illustrator": {
            "command": "uv",
            "args": [
                "--directory",
                "/Users/you/code/mcp/illustrator-mcp-server",
                "run",
                "illustrator"
            ]
        }
    }
}

调试方式

  • 无明确调试步骤提供

许可证

None