MCP ExplorerExplorer

Illustrator Mcp

@AnshulDaluaon 10 months ago
1 MIT
FreeCommunity
AI Systems
MCP that connects illustrator to claude desktop

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.

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"
            ]
        }
    }
}

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers