illustrator-mcp
illustrator-mcp
MCP-сервер, который управляет Adobe Illustrator на Windows. Он общается с Illustrator через COM-автоматизацию (New-Object -ComObject Illustrator.Application в PowerShell) и запускает внутри него ExtendScript (основанный на JavaScript язык сценариев Illustrator) через app.DoJavaScript. Не требуется ни нативный Node-модуль, ни инструменты сборки Visual Studio — всё выполняется через powershell.exe, который входит в состав Windows.
Требования
Windows с установленным Adobe Illustrator (проверено на Illustrator 2026 / версия приложения 30.8).
Node.js 18+.
Related MCP server: illustrator-mcp
Настройка
npm install
npm run buildРегистрация в Claude Code
claude mcp add illustrator-mcp -- node E:/Repositorios/illustrator-mcp/dist/index.js(Перезапустите сессию Claude Code после этого, чтобы он подхватил новый сервер.)
Инструменты
illustrator_status— подключается к Illustrator (запуская его, если необходимо) и перечисляет открытые документы.illustrator_create_document— создаёт новый документ (ширина/высота в пунктах, RGB или CMYK).illustrator_open_document— открывает существующий файл .ai/.eps/.pdf/.svg.illustrator_save_document— сохраняет документ на месте либо выполняет «Сохранить как», если задан путь.illustrator_export_document— экспортирует активный документ в png/jpg/pdf/svg.illustrator_add_rectangle/illustrator_add_ellipse— рисуют фигуру с необязательной заливкой/обводкой в hex-формате.illustrator_add_text— добавляет текстовую рамку с точечным текстом.illustrator_document_info— имя, путь, размер, монтажные области и слои активного документа.illustrator_run_script— запасной вариант: выполняет произвольный ExtendScript и возвращает значение последнего выражения в виде строки. Используйте его для всего, что не покрыто остальными инструментами (выделение, слои, эффекты, пакетная обработка, полная объектная модель Illustrator).
Все координаты для фигур и текста задаются в пунктах и измеряются от верхнего левого угла монтажной области (инструменты преобразуют их внутренне в собственную систему координат Illustrator, где начало координат находится в нижнем левом углу).
Как это работает
Каждый вызob инструмента генерирует фрагмент ExtendScript, записывает его во временный .jsx-файл и вызывает scripts/run-illustrator.ps1, который подключается к Illustrator через COM и выполняет этот файл через $.evalFile(...). Возвращаемое значение скрипта (его последнее выражение) возвращается как текст результатавый вывод инструмента. Ошибки, возникшие внутри ExtendScript, перехватываются и возвращаются как ошибки инструмента, а не вызывают сбой моста.
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