illustrator-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@illustrator-mcpcreate a new document and add a blue rectangle with white text 'Hello'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
illustrator-mcp
MCP server that drives Adobe Illustrator on Windows. It talks to Illustrator
over COM automation (New-Object -ComObject Illustrator.Application in
PowerShell) and runs ExtendScript (Illustrator's JS-based scripting
language) inside it via app.DoJavaScript. No native Node addon or Visual
Studio build tools are required — everything goes through powershell.exe,
which ships with Windows.
Requirements
Windows with Adobe Illustrator installed (tested against Illustrator 2026 / app version 30.8).
Node.js 18+.
Related MCP server: illustrator-mcp
Setup
npm install
npm run buildRegister with Claude Code
claude mcp add illustrator-mcp -- node E:/Repositorios/illustrator-mcp/dist/index.js(Restart your Claude Code session afterwards so it picks up the new server.)
Tools
illustrator_status— connects to Illustrator (launching it if needed) and lists open documents.illustrator_create_document— new document (width/height in points, RGB or CMYK).illustrator_open_document— open an existing .ai/.eps/.pdf/.svg file.illustrator_save_document— save in place, or Save As if given a path.illustrator_export_document— export the active document to png/jpg/pdf/svg.illustrator_add_rectangle/illustrator_add_ellipse— draw a shape with an optional hex fill/stroke.illustrator_add_text— add a point-text frame.illustrator_document_info— name, path, size, artboards, layers of the active document.illustrator_run_script— escape hatch: runs arbitrary ExtendScript and returns the last expression's value as a string. Use this for anything the other tools don't cover (selections, layers, effects, batch processing, Illustrator's full object model).
All coordinates for shapes/text are in points, measured from the top-left of the artboard (the tools convert to Illustrator's native bottom-left-origin coordinate system internally).
How it works
Each tool call renders a small ExtendScript snippet, writes it to a temp
.jsx file, and shells out to scripts/run-illustrator.ps1, which connects
to Illustrator via COM and evaluates that file with $.evalFile(...). The
script's return value (its last expression) comes back as the tool's text
output. Errors thrown inside the ExtendScript are caught and surfaced as
tool errors instead of crashing the bridge.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to programmatically control Adobe Photoshop on Windows to create documents, manipulate layers, and manage image adjustments. It provides a bridge between the Model Context Protocol and the Photoshop Python API for automated graphic design workflows.291MIT
- FlicenseNot gradedqualityCmaintenanceEnables AI agents to generate vector graphics in Adobe Illustrator using natural language prompts, by sending ExtendScript commands via a local MCP server.131
- FlicenseNot gradedqualityCmaintenanceEnables AI agents to automate Adobe Illustrator, converting bitmap artwork into editable .ai files, running ExtendScript, and capturing the Illustrator window for visual QA.1
- FlicenseNot gradedqualityCmaintenanceAn MCP server that lets AI assistants control Adobe Illustrator locally—running ExtendScript, capturing canvas screenshots, exporting artwork, and optionally remembering techniques—all without network activity.
Related MCP Connectors
Build and run visual creative-production workflows from your AI agent.
Control Unreal Engine to browse assets, import content, and manage levels and sequences. Automate…
OCR, transcription, file extraction, and image generation for AI agents via MCP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Christancho-co/illustrator-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server