MCP Hub
Back to servers

Adobe Illustrator

MCP (Model Context Protocol) Server. Enables AI to manipulate Adobe Illustrator documents with tools for text styling, image placement, shape drawing, and element organization through ExtendScript communication

pulsemcp
Stars
12
Validated
Jan 11, 2026

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

Reviews

No reviews yet

Sign in to write a review