illustrator-mcp

inaniwaudon/illustrator-mcp

3.3

If you are the rightful owner of illustrator-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

An MCP server implementation for Adobe Illustrator, enabling advanced manipulation and retrieval of text, images, and paths on macOS.

illustrator-mcp

An implementation of MCP server for Adobe Illustrator. It enables text, image, and path manipulation and information retrieval. This tool only works on macOS.

Usage

Add the following to your MCP client configuration file.

{
  "mcpServers": {
    "illustrator": {
      "command": "node",
      "args": [
        "~/Documents/web/illustrator-mcp/build/index.js"
      ]
    }
  }
}

Development

yarn
yarn test