Back to Apps

Illustrator MCP Server
Supports UIby spencerhhubert
Read, manipulate, and export Adobe Illustrator design data directly from AI assistants.
0 stars
Works in:claude
Exposes:Tools
What it does
Connects AI assistants to Adobe Illustrator, allowing them to extract design information, verify print-ready data, and create or modify vector artwork via natural language.
Tools
get_document_info: Retrieve document metadata like dimensions and color mode.get_artboards: Get position and size of artboards.create_rectangle: Create rounded or sharp rectangles.create_text_frame: Add point or area text to the design.preflight_check: Perform comprehensive pre-press checks for RGB mixing and low-res images.export: Export artboards as SVG, PNG, or JPG.convert_to_outlines: Convert text to vector outlines for print.
Installation
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"illustrator": {
"command": "npx",
"args": ["illustrator-mcp-server"]
}
}
}
Supported hosts
Claude Desktop, Claude Code
Quick install
npx illustrator-mcp-serverInformation
- Pricing
- free
- Published
- 4/23/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"illustrator": {
"command": "npx",
"args": ["illustrator-mcp-server"]
}
}
}





