Back to Apps

Illustrator MCP Server
Supports UIby spencerhhubert
Execute JavaScript scripts directly in Adobe Illustrator via MCP.
0 stars
Works in:claude
Exposes:Tools
What it does\nConnects AI models to Adobe Illustrator, allowing the AI to programmatically generate complex graphics and automate design tasks by sending JavaScript scripts directly to the application.\n\n## Tools\n- execute_script: Sends a JavaScript snippet to Adobe Illustrator to perform actions or generate art.\n\n## Installation\nAdd the following to your claude_desktop_config.json:\n\njson\n{\n "mcpServers": {\n "illustrator": {\n "command": "uv",\n "args": [\n "--directory",\n "/Users/you/code/mcp/illustrator-mcp-server",\n "run",\n "illustrator"\n ]\n }\n }\n}\n\n\n## Supported hosts\n- Claude Desktop
Quick install
uv --directory /path/to/illustrator-mcp-server run illustratorInformation
- Pricing
- free
- Published
- 4/23/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{\n "mcpServers": {\n "illustrator": {\n "command": "uv",\n "args": [\n "--directory",\n "/Users/you/code/mcp/illustrator-mcp-server",\n "run",\n "illustrator"\n ]\n }\n }\n}





