Illustrator MCP Server
@spencerhhubert
About Illustrator MCP Server
mcp server to run scripts on adobe illustrator
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"illustrator": {
"command": "uv",
"args": [
"--directory",
"/Users/you/code/mcp/illustrator-mcp-server",
"run",
"illustrator"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Illustrator MCP Server?
Illustrator MCP Server is a bridge that lets AI bots send JavaScript scripts directly to Adobe Illustrator on macOS and inspect the results. It is designed for users who need to programmatically generate or manipulate Illustrator documents via natural language prompts.
How to use Illustrator MCP Server?
Install the server in a directory, then configure it in your Claude Desktop configuration file (~/Library/Application\ Support/Claude/claude_desktop_config.json) by adding an entry under mcpServers that runs the server with uv pointing to that directory.
Key features of Illustrator MCP Server
- Sends JavaScript scripts directly to Adobe Illustrator.
- Retrieves and displays the script output.
- Relies on AppleScript for macOS‑only operation.
- Tested with Claude Desktop integration.
Use cases of Illustrator MCP Server
- Generate complex vector artwork automatically from a text description.
- Batch‑process design elements without manual scripting.
- Prototype layouts by asking a bot to run Illustrator commands.
FAQ from Illustrator MCP Server
What operating systems are supported?
Only macOS, because the server depends on AppleScript to communicate with Illustrator.
Does it work with any MCP client?
The author has only tested it with Claude Desktop; compatibility with other clients is not guaranteed.
What runtime does it require?
The server is launched with uv (Python package manager). The underlying scripts are JavaScript, which Illustrator natively supports.
How are scripts sent to Illustrator?
The server wraps JavaScript commands in AppleScript calls that execute inside Adobe Illustrator.
Can I use it on Windows?
No. The AppleScript dependency makes it exclusive to macOS.
Frequently asked questions
What operating systems are supported?
Only macOS, because the server depends on AppleScript to communicate with Illustrator.
Does it work with any MCP client?
The author has only tested it with Claude Desktop; compatibility with other clients is not guaranteed.
What runtime does it require?
The server is launched with `uv` (Python package manager). The underlying scripts are JavaScript, which Illustrator natively supports.
How are scripts sent to Illustrator?
The server wraps JavaScript commands in AppleScript calls that execute inside Adobe Illustrator.
Can I use it on Windows?
No. The AppleScript dependency makes it exclusive to macOS.
Basic information
More Other MCP servers
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows

DeepMark
DeepMark helps teachers deliver rapid, consistent marking with meaningful feedback for every student — in a fraction of the time. What once took a week, now takes one free period.
Comments