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.

The Illustrator MCP server is a specialized tool designed to enhance the capabilities of Adobe Illustrator through the Model Context Protocol (MCP). This server allows users to perform complex operations on text, images, and paths within Illustrator, providing a powerful extension to the software's native functionalities. It is particularly useful for developers and designers who require automated or programmatic control over their Illustrator projects. The server operates exclusively on macOS, leveraging the platform's robust environment to deliver seamless integration and performance. By incorporating this server into their workflow, users can achieve greater efficiency and precision in their design tasks, making it an invaluable asset for professional graphic designers and illustrators.

Features

  • Text manipulation: Modify and control text elements within Illustrator projects.
  • Image manipulation: Perform operations on images, such as resizing and cropping.
  • Path manipulation: Edit and adjust vector paths for precise design work.
  • Information retrieval: Extract data and properties from Illustrator files.
  • macOS exclusive: Designed specifically for macOS to ensure optimal performance.

Usages

usage with mcp client

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