illustrator-mcp-server
by spencerhhubert·★ 50·Score 35
Adobe Illustrator MCP server allowing AI models to run JavaScript scripts directly in Illustrator.
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:
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
Installation
- Clone the repository:
git clone https://github.com/spencerhhubert/illustrator-mcp-server.git - Install dependencies with uv:
uv sync - 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
Last updated · Auto-generated from public README + GitHub signals.