trackmcp
Back to directory
spencerhhubert

illustrator-mcp-server

View on GitHub

mcp server to run scripts on adobe illustrator

34 stars PythonAI & Machine Learning Updated Oct 18, 2025
claudeillustratorillustrator-scriptsmcp-servermodel-context-protocol

Documentation

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`

code
{
    "mcpServers": {
        "illustrator": {
            "command": "uv",
            "args": [
                "--directory",
                "/Users/you/code/mcp/illustrator-mcp-server",
                "run",
                "illustrator"
            ]
        }
    }
}

Frequently asked questions

What is illustrator-mcp-server?

illustrator-mcp-server is mcp server to run scripts on adobe illustrator

How do I install illustrator-mcp-server?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is illustrator-mcp-server open source?

Yes — it is hosted on GitHub at https://github.com/spencerhhubert/illustrator-mcp-server and has 34 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP