- Explore MCP Servers
- illustrator-mcp
Illustrator Mcp
What is Illustrator Mcp
illustrator-mcp is a server that connects Adobe Illustrator with Claude Desktop, allowing bots to send JavaScript scripts directly to Illustrator for execution and to view the results.
Use cases
Use cases include automating repetitive design tasks, generating complex graphics through scripts, and integrating Illustrator with other applications for enhanced productivity.
How to use
To use illustrator-mcp, configure the MCP server in the Claude Desktop configuration file, specifying the directory of the illustrator-mcp-server. Then, run the server using the command provided in the configuration.
Key features
Key features include the ability to execute JavaScript scripts in Adobe Illustrator, compatibility with Claude Desktop, and reliance on AppleScript for operation, making it exclusive to MacOS.
Where to use
illustrator-mcp can be used in graphic design, automation of design tasks, and any scenario where programmatic manipulation of Illustrator is required.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Illustrator Mcp
illustrator-mcp is a server that connects Adobe Illustrator with Claude Desktop, allowing bots to send JavaScript scripts directly to Illustrator for execution and to view the results.
Use cases
Use cases include automating repetitive design tasks, generating complex graphics through scripts, and integrating Illustrator with other applications for enhanced productivity.
How to use
To use illustrator-mcp, configure the MCP server in the Claude Desktop configuration file, specifying the directory of the illustrator-mcp-server. Then, run the server using the command provided in the configuration.
Key features
Key features include the ability to execute JavaScript scripts in Adobe Illustrator, compatibility with Claude Desktop, and reliance on AppleScript for operation, making it exclusive to MacOS.
Where to use
illustrator-mcp can be used in graphic design, automation of design tasks, and any scenario where programmatic manipulation of Illustrator is required.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
Illustrator MCP Server
Adobe Illustrator is compatible with JavaScript. In fact, some super big stuff you need to programmatically generate with these scripts. Bots are good at JavaScript.
This MCP server let’s bots send scripts straight to Illustrator and look at the result.
Since it depends on AppleScript, it’s only compatible with MacOS. and I’ve only tested it with Claude Desktop.
~/Library/Application\ Support/Claude/claude_desktop_config.json
{ "mcpServers": { "illustrator": { "command": "uv", "args": [ "--directory", "/Users/you/code/mcp/illustrator-mcp-server", "run", "illustrator" ] } } }
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










