Back to Browse

Illustrator MCP Server

by Ie3jp
DesignLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

Adobe Illustrator MCP with 63 tools — more than the official Illustrator MCP. macOS | Windows.

About

Adobe Illustrator MCP with 63 tools — more than the official Illustrator MCP. macOS | Windows.

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry. Trust signals: trusted author (3/3 approved).

5 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-ie3jp-illustrator-mcp-server": {
      "args": [
        "-y",
        "illustrator-mcp-server"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

🇺🇸 English | 🇯🇵 日本語 | 🇨🇳 简体中文 | 🇰🇷 한국어 | 🇪🇸 Español | 🇩🇪 Deutsch | 🇫🇷 Français | 🇵🇹 Português (BR)

Illustrator MCP Server

npm License: MIT Platform Illustrator MCP Ko-fi

An MCP (Model Context Protocol) server for reading, manipulating, and exporting Adobe Illustrator design data — with 63 built-in tools.

Control Illustrator directly from AI assistants like Claude — extract design information for web implementation, verify print-ready data, and export assets.

illustrator mcp server MCP server


🎨 Gallery

All artwork below was created entirely by Claude through natural language conversation — no manual Illustrator operation involved.

See detailed breakdowns below for prompts, tool usage, and artboard structure.


[!TIP] Developing and maintaining this tool takes time and resources. If it helps your workflow, your support means a lot — ☕ buy me a coffee!


🚀 Quick Start

🛠️ Claude Code

Requires Node.js 20+.

claude mcp add illustrator-mcp -- npx illustrator-mcp-server

🖥️ Claude Desktop

  1. Download illustrator-mcp-server.mcpb from GitHub Releases
  2. Open Claude Desktop → SettingsExtensions
  3. Drag and drop the .mcpb file into the Extensions panel
  4. Click the Install button

[!NOTE] The .mcpb extension does not auto-update. To update, download the new version and reinstall. If you prefer automatic updates, use the npx method below instead.

Requires Node.js 20+. Open the config file and add the connection settings.

1. Open the config file

From the Claude Desktop menu bar:

ClaudeSettings...Developer (in the left sidebar) → Click the Edit Config button

2. Add the settings
{
  "mcpServers": {
    "illustrator": {
      "command": "npx",
      "args": ["illustrator-mcp-server"]
    }
  }
}

[!NOTE] If you installed Node.js via a version manager (nvm, mise, fnm, etc.), Claude Desktop may not find npx. In that case, use the full path:

"command": "/full/path/to/npx"

Run which npx in your terminal to find the path.

3. Save and restart
  1. Save the file and close the text editor
  2. Fully quit Claude Desktop (⌘Q / Ctrl+Q) and reopen it

[!CAUTION] AI can make mistakes. Do not over-rely on the output — always have a human perform the final check on submission data. The user is responsible for the results.

[!NOTE] macOS: On first run, allow automation access in System Settings > Privacy & Security > Automation.

[!NOTE] Modify and export tools will bring Illustrator to the foreground during execution.

Multiple Illustrator Versions

If you have multiple versions of Illustrator installed, you can tell Claude which version to use during conversation. Just say something like "Use Illustrator 2024" and the set_illustrator_version tool will target that version.

[!NOTE] If Illustrator is already running, the server connects to the running instance regardless of the version setting. The version is only used to launch the correct version when Illustrator is not yet running.


🎬 What You Can Do

You:    Show me all the text information in this document
Claude:  → list_text_frames → get_text_frame_detail
         There are 12 text frames in the document.
         The heading "My Design" uses Noto Sans JP Bold 48px, color #333333 ...
You:    Run a pre-press preflight check
Claude:  → preflight_check
         ⚠ 2 warnings:
         - Low resolution image: image_01.jpg (150dpi) — 300dpi or higher recommended
         - Non-outlined fonts: 3 text frames
You:    Check text for inconsistencies
Claude:  → check_text_consistency
         📝 Consistency Report:
         ⚠ "Contact Us" vs "Contact us" — capitalization mismatch
         ❌ "Lorem ipsum" (2 places) — placeholder text remaining
You:    Create banner size variations from this A4 flyer
Claude:  → get_document_info → resize_for_variation
         Created 3 size variations:
         - 728×90 / 300×250 / 160×600

📖 Recipes

You:    Summarize the colors and typography in this design

Claude:  → get_colors → list_text_frames → get_text_frame_detail

         ■ Color Palette
         - Primary: #1A73E8 (CMYK: 85,50,0,0)
         - Secondary: #34A853
         - Text: #202124
         - Background: #FFFFFF

         ■ Typography
         - Headings: Noto Sans JP Bold / 32px
         - Body: Noto Sans JP Regular / 16px / line-height: 1.75
         - Captions: Noto Sans JP Medium / 12px
You:    Export all artboards as SVG with outlined text

Claude:  → get_artboards → convert_to_outlines → export (repeated)

         Exported 4 artboards:
         - /output/header.svg
         - /output/hero.svg
         - /output/feature.svg
         - /output/footer.svg
You:    Check if this document is PDF/X-1a compliant

Claude:  → preflight_check (target_pdf_profile: "x1a")

         ❌ PDF/X-1a compliance errors:
         - Transparency on 3 objects (X-1a prohibits transparency)
         - RGB colors found in 2 places (X-1a requires CMYK/spot only)

         ⚠ Warnings:
         - 5 non-outlined fonts (embedding recommended)
         - Image "photo_02.jpg" at 150dpi (300dpi recommended)
You:    Check placed image quality for print

Claude:  → get_images (include_print_info: true)

         ■ Image Quality Report:
         ✅ hero.psd — CMYK, 350dpi, scale 98%
         ⚠ icon_set.png — RGB (mismatch with CMYK document), 300dpi, scale 100%
         ❌ photo_bg.jpg — CMYK, 72dpi, scale 400% (over-enlarged)
           → Replace with a 300dpi+ image at actual size
You:    Check text contrast ratios

Claude:  → check_contrast (auto_detect: true)

         ■ WCAG Contrast Report:
         ❌ "Caption" on "light gray" — 2.8:1 (AA fail)
         ⚠ "Subheading" on "white" — 4.2:1 (AA Large OK, AA Normal fail)
         ✅ "Body text" on "white" — 12.1:1 (AAA pass)

Workflow Templates

Pre-built workflow templates available in the Claude Desktop prompt picker.

TemplateDescription
quick-layoutPaste text content and Claude arranges it on the artboard as headings, body, and captions
print-preflight-workflowComprehensive 7-step pre-press check (document → preflight → overprint → separations → images → colors → text)

Tool Reference

Read Tools (21)

ToolDescription
get_document_infoDocument metadata (dimensions, color mode, profile, etc.)
get_artboardsArtboard information (position, size, orientation)
get_layersLayer structure as a tree
get_document_structureFull tree: layers → groups → objects in one call
list_text_framesList of text frames (font, size, style name)
get_text_frame_detailAll attributes of a specific text frame (kerning, paragraph settings, etc.)
get_colorsColor information in use (swatches, gradients, spot colors). include_diagnostics for print analysis
get_path_itemsPath/shape data (fill, stroke, anchor points)
get_groupsGroups, clipping masks, and compound path structure
get_effectsEffects and appearance info (opacity, blend mode)
get_imagesEmbedded/linked image info (resolution, broken link detection). include_print_info for color space mismatch & scale factor
get_symbolsSymbol definitions and instances
get_guidelinesGuide information
get_overprint_infoOverprint settings + K100/rich black detection & intent classification
get_separation_infoColor separation info (CMYK process plates + spot color plates with usage counts)
get_selectionDetails of currently selected objects
find_objectsSearch by criteria (name, type, color, font, etc.)
check_contrastWCAG color contrast ratio check (manual or auto-detect overlapping pairs)
extract_design_tokensExtract design tokens as CSS custom properties, JSON, or Tailwind config
list_fontsList fonts available in Illustrator (no document required)
convert_coordinateConvert points between artboard and document coordinate systems

Modify Tools (39)

ToolDescription
create_rectangleCreate a rectangle (supports rounded corners)
create_ellipseCreate an ellipse
create_lineCreate a line
create_text_frameCreate a text frame (point or area type)
create_pathCreate a custom path (with Bezier handles)
place_imagePlace a raster/PDF image file as linked or embedded (SVG is rejected — use import_svg_as_editable)
import_svg_as_editableImport an SVG file as editable Illustrator paths/text/groups (not as a linked image)
modify_objectModify properties of an existing object
convert_to_outlinesConvert text to outlines
assign_color_profileAssign (tag) a color profile (does not convert color values)
create_documentCreate a new document (size, color mode)
close_documentClose the active document
resize_for_variationCreate size variations from a source artboard (proportional scaling)
align_objectsAlign and distribute multiple objects
replace_colorFind and replace colors across document (with tolerance)
manage_layersAdd, rename, show/hide, lock/unlock, reorder, or delete layers
place_color_chipsExtract unique colors and place color chip swatches outside artboard
save_documentSave or save-as the active document
open_documentOpen a document from file path
group_objectsGroup objects (supports clipping masks)
ungroup_objectsUngroup a group, releasing children
duplicate_objectsDuplicate objects with optional offset
set_z_orderChange stacking order (front/back)
move_to_layerMove objects to a different layer
manage_artboardsAdd, remove, resize, rename, rearrange artboards
manage_swatchesAdd, update, or delete swatches
manage_linked_imagesRelink or embed placed images
manage_datasetsList/apply/create datasets, import/export variables
apply_graphic_styleApply a graphic style to objects
list_graphic_stylesList all graphic styles in the document
apply_text_styleApply character or paragraph style to text
list_text_stylesList all character and paragraph styles
create_gradientCreate gradients and apply to objects
create_path_textCreate text along a path
place_symbolPlace or replace symbol instances
select_objectsSelect objects by UUID (multi-select supported)
create_crop_marksCreate crop marks (trim marks) with locale-based style auto-detection (Japanese double-line / Western single-line)
place_style_guidePlace a visual style guide outside the artboard (colors, fonts, spacing, margins, guide gaps)
undoUndo/redo operations (multi-step)

Export Tools (2)

ToolDescription
exportSVG / PNG / JPG export (by artboard, selection, or UUID)
export_pdfPrint-ready PDF export (crop marks, bleed, selective downsampling, output intent)

Utility (3)

ToolDescription
preflight_checkPre-press check (RGB mixing, broken links, low resolution, white overprint, transparency+overprint interaction, PDF/X compliance, etc.)
check_text_consistencyText consistency check (placeholder detection, notation variation patterns, full text listing for LLM analysis)
set_workflowSet workflow mode (web/print) to override auto-detected coordinate system

Coordinate System

The server automatically detects the coordinate system from the document:

Document typeCoordinate systemOriginY axis
CMYK / PrintdocumentBottom-leftUp
RGB / Webartboard-webTop-left of artboardDown
  • CMYK documents use Illustrator's native coordinate system, matching what print designers expect
  • RGB documents use a web-style coordinate system that is easier for AI to work with
  • Use set_workflow to override the auto-detected coordinate system if needed
  • All tool responses include a coordinateSystem field indicating which system is active

Example: SMPTE Test Pattern

A 1920×1080 SMPTE color bar test pattern, created entirely through natural language instructions to Claude.

Prompt:

Make a 1920x1080 video test pattern

Result:

Artboard structure (via get_document_structure):

Labels
├── title-safe-label        (text)    — "TITLE SAFE (10%)"
├── action-safe-label       (text)    — "ACTION SAFE (5%)"
├── credit-label            (text)    — "Generated by illustrator-mcp-server"
├── test-label              (text)    — "SMPTE COLOR BARS — TEST PATTERN"
├── format-label            (text)    — "Full HD — 16:9"
└── resolution-label        (text)    — "1920 x 1080"

Center Cross
├── title-safe              (path)    — 1536×864 stroke rectangle
├── action-safe             (path)    — 1728×972 stroke rectangle
├── cross-circle            (path)    — 150×150 center circle
├── cross-v                 (path)    — vertical crosshair
└── cross-h                 (path)    — horizontal crosshair

Color Bars
├── pluge-black … pluge-navy   (path ×9)  — PLUGE / grayscale bottom strip
├── rev-white … rev-blue       (path ×7)  — reverse color middle strip
└── bar-white … bar-blue       (path ×7)  — 75% SMPTE color bars

Tools used: create_document, manage_layers, create_rectangle ×23, create_line ×2, create_ellipse, create_text_frame ×6, modify_object ×4, save_document, export


Example: Twilight Geometry

An abstract geometric landscape artwork — created entirely by Claude, with no human design direction beyond "make whatever art you want."

Prompt:

Make an art piece of your own imagination in Illustrator. Take your time. Create whatever you like.

Claude's process:

I'll create "Twilight Geometry" — an abstract landscape with geometric celestial elements. A deep gradient twilight sky, layered mountain silhouettes, a crescent moon with decorative rings, and stars scattered across the canvas.

Diamond-shaped stars in different colors — warm whites, cool blues, lavender purples — each one subtly different to suggest different types of stars. Constellation lines connecting them. Wireframe triangles and a hexagon floating in the sky for a mystical atmosphere.

A water surface at the bottom with the moon's light reflected as shimmering wavy lines, fading as they descend.

Claude's reflection:

It turned out better than I expected. I think the hybrid world of geometry and nature came through well.

Result:

Tools used: create_document, manage_layers ×4, create_rectangle ×2, create_gradient ×2, create_path ×11, create_ellipse ×14, create_line ×4, create_text_frame ×2, modify_object, set_z_order, export


Known Limitations

LimitationDetails
Windows supportWindows uses PowerShell COM automation (not yet tested on real hardware)
Live effectsDrop shadow and other effect parameters can be detected but not read
Color profilesColor profile assignment only — full conversion is not available
Bleed settingsBleed settings cannot be read (Illustrator API limitation)
WebP exportNot supported — use PNG or SVG instead
Japanese crop marksPDF export automatically uses the TrimMark command approach: generates marks as document paths, exports, then removes via undo
Font embeddingEmbedding mode (full/subset) cannot be controlled directly — use PDF presets
Size variationsProportional scaling only — text may need manual adjustment afterward

For Developers

Architecture

flowchart LR
    Claude <-->|MCP Protocol| Server["MCP Server\n(TypeScript/Node.js)"]

    Server -.->|generate| Runner["run-{uuid}.scpt / .ps1"]
    Server -.->|generate| JSX["script-{uuid}.jsx\n(BOM UTF-8)"]
    Server -.->|write| PF["params-{uuid}.json"]

    Runner -->|execFile| osascript
    Runner -->|execFile| PS["powershell.exe"]

    osascript -->|do javascript| AI["Adobe Illustrator\n(ExtendScript/JSX)"]
    PS -->|DoJavaScript| AI

    JSX -.->|execute| AI
    PF -.->|read| AI
    AI -.->|write| RF["result-{uuid}.json"]
    RF -.->|read| Server

Building from Source

git clone https://github.com/ie3jp/illustrator-mcp-server.git
cd illustrator-mcp-server
npm install
npm run build
claude mcp add illustrator-mcp -- node /path/to/illustrator-mcp-server/dist/index.js

Verify

npx @modelcontextprotocol/inspector npx illustrator-mcp-server

Testing

# Unit tests
npm test

# E2E smoke test (requires Illustrator running)
npx tsx test/e2e/smoke-test.ts

The E2E test creates fresh documents (RGB + CMYK), places test objects, runs 182 test cases across 10 phases covering all registered tools and coordinate system auto-detection, and cleans up automatically.


Disclaimer

This tool automates many Illustrator operations, but AI can make mistakes. Extracted data, preflight results, and document modifications should always be reviewed by a person. Do not rely on this tool as your sole quality check. Use it as an assistant alongside your own manual verification, especially for print submissions and client deliverables. The authors are not responsible for any damages or losses arising from the use of this software or its outputs.


License

MIT

Reviews

No reviews yet

Be the first to review this server!

Illustrator MCP Server - Adobe Illustrator MCP with 63 tools — more than the | MCP Marketplace