MCP Catalogs
Home

illustrator-mcp-server

by spencerhhubert·50·Score 35

Adobe Illustrator MCP server allowing AI models to run JavaScript scripts directly in Illustrator.

developer-toolsmediaproductivity
8
Forks
3
Open issues
17 mo ago
Last commit
2d ago
Indexed

Overview

This MCP server enables AI models to programmatically control Adobe Illustrator through JavaScript scripting. It acts as a bridge between AI systems and Illustrator's scripting capabilities, allowing for automated design generation and manipulation. The server uses AppleScript to communicate with Illustrator, making it currently limited to macOS environments.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Automatically generating complex vector graphics designs
you:Batch processing Illustrator files with AI-driven modifications
you:Creating custom design automation workflows between AI and Illustrator
you:Is this compatible with Windows or Linux?
you:What AI assistants are supported?

When to choose this

Choose this when you need to automate Adobe Illustrator workflows through AI agents and are exclusively working on macOS.

When NOT to choose this

Don't choose this if you need cross-platform support, Windows compatibility, or require integration with design tools other than Illustrator.

Comparable tools

design-mcpphotoshop-mcpfigma-apishell-mcp

Installation

  1. Clone the repository: git clone https://github.com/spencerhhubert/illustrator-mcp-server.git
  2. Install dependencies with uv: uv sync
  3. Configure Claude Desktop by adding the following to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
    "mcpServers": {
        "illustrator": {
            "command": "uv",
            "args": [
                "--directory",
                "/path/to/your/illustrator-mcp-server",
                "run",
                "illustrator"
            ]
        }
    }
}

FAQ

Is this compatible with Windows or Linux?
No, this server depends on AppleScript and is only compatible with macOS.
What AI assistants are supported?
The author has only tested it with Claude Desktop, but it may work with other MCP-compatible clients.

Compare illustrator-mcp-server with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.