MCP Directory
Back

illustrator-mcp-server

by spencerhhubert · Python · ★ 49

mcp server to run scripts on adobe illustrator

#claude#illustrator#illustrator-scripts#mcp-server#model-context-protocol

Install

pip install git+https://github.com/spencerhhubert/illustrator-mcp-server.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "illustrator-mcp-server": {
      "command": "uvx",
      "args": [
        "git+https://github.com/spencerhhubert/illustrator-mcp-server.git"
      ]
    }
  }
}

From the README

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.
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related filesystem servers