illustrator-mcp
illustrator-mcp
MCP-Server, der Adobe Illustrator unter Windows steuert. Er kommuniziert mit Illustrator
über COM-Automatisierung (New-Object -ComObject Illustrator.Application in
PowerShell) und führt darin ExtendScript (die JS-basierte Skriptsprache von Illustrator)
über app.DoJavaScript aus. Es sind keine nativen Node-Addons oder Visual-Studio-Build-Tools
erforderlich – alles läuft über powershell.exe, das mit Windows geliefert wird.
Anforderungen
Windows mit installiertem Adobe Illustrator (getestet mit Illustrator 2026 / App-Version 30.8).
Node.js 18+.
Related MCP server: illustrator-mcp
Einrichtung
npm install
npm run buildBei Claude Code registrieren
claude mcp add illustrator-mcp -- node E:/Repositorios/illustrator-mcp/dist/index.js(Starten Sie Ihre Claude-Code-Sitzung danach neu, damit der neue Server erkannt wird.)
Tools
illustrator_status– verbindet sich mit Illustrator (startet es bei Bedarf) und listet offene Dokumente auf.illustrator_create_document– neues Dokument (Breite/Höhe in Punkt, RGB oder CMYK).illustrator_open_document– öffnet eine vorhandene .ai/.eps/.pdf/.svg-Datei.illustrator_save_document– speichert an Ort und Stelle oder „Speichern unter“, wenn ein Pfad angegeben ist.illustrator_export_document– exportiert das aktive Dokument als png/jpg/pdf/svg.illustrator_add_rectangle/illustrator_add_ellipse– zeichnet eine Form mit optionaler Hex-Füllung/Kontur.illustrator_add_text– fügt einen Punkttext-Rahmen hinzu.illustrator_document_info– Name, Pfad, Größe, Zeichenflächen, Ebenen des aktiven Dokuments.illustrator_run_script– Notausstieg: führt beliebiges ExtendScript aus und gibt den Wert des letzten Ausdrucks als Zeichenkette zurück. Verwenden Sie dies für alles, was die anderen Tools nicht abdecken (Auswahlen, Ebenen, Effekte, Stapelverarbeitung, das vollständige Objektmodell von Illustrator).
Alle Koordinaten für Formen/Text sind in Punkt angegeben, gemessen von der oberen linken Ecke der Zeichenfläche (die Tools konvertieren intern in das native Koordinatensystem von Illustrator mit Ursprung unten links).
So funktioniert es
Jeder Tool-Aufruf rendert ein kleines ExtendScript-Snippet, schreibt es in eine temporäre
.jsx-Datei und führt scripts/run-illustrator.ps1 aus, das sich über COM mit Illustrator
verbindet und diese Datei mit $.evalFile(...) auswertet. Der Rückgabewert des Skripts (sein letzter
Ausdruck) wird als Textausgabe des Tools zurückgegeben. Fehler, die im ExtendScript ausgelöst werden,
werden abgefangen und als Tool-Fehler angezeigt, anstatt die Brücke zum Absturz zu bringen.
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