illustrator-mcp-server

ie3jp/illustrator-mcp-server
★ 27 stars TypeScript 📊 Data/Analytics Updated 8d ago
MCP server for reading, manipulating, and exporting Adobe Illustrator design data
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "illustrator-mcp-serv": {
      "command": "npx",
      "args": [
        "-y",
        "ie3jp/illustrator-mcp-server"
      ]
    }
  }
}