illustrator mcp server by ie3jp
37 score
MCP server for reading, manipulating, and exporting Adobe Illustrator design data via ExtendScript/JSX. 26 tools for text, colors, paths, layers, effects, images, symbols extraction, object creation/modification, SVG/PNG/JPG/PDF export, and pre-press preflight checks. macOS only.
Ranked #620 out of 1780 indexed tools.Actively maintained with commits in the last week.
Is this your tool? Claim this listing to add maintainer context, get a verified badge, and unlock analytics.
Claim listing → Signal Breakdown
Installs 0
Freshness today
Issue Health 50%
Stars 6
Platform Breadth 1 platform
Contributors 2
Description Detailed
How to Improve
Stars low impact
Platforms medium impact
Supported Platforms
From the README
**[日本語版はこちら / Japanese version](README.ja.md)**
# Illustrator MCP Server
An [MCP (Model Context Protocol)](https://modelcontextprotocol.io/) server for reading, manipulating, and exporting Adobe Illustrator design data.
Control Illustrator directly from AI assistants like Claude — extract design information for web implementation, verify print-ready data, and export assets.
---
## Usage Examples
**Extracting design data:**
```
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 ...
```
**SVG export:**
```
You: Export the "pc" artboard as SVG with outlined text
Claude: → get_artboards → export
Exported to /path/to/output.svg (text converted to outlines)
```
**Pre-press preflight:**
```
You: Run a pre-press preflight check
Claude: → preflight_check
⚠ 2 warnings:
- Read full README on GitHub →