Skip to main content
Glama
Christancho-co

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 build

Bei 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.

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables 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.
    291
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    An 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.

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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