Odel
illustrator mcp server

illustrator mcp server

Local
@ie3jp95TypeScriptMITUpdated 5 days ago

Adobe Illustrator MCP with 67 tools — more than the official Illustrator MCP. macOS | Windows.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmillustrator-mcp-serverv1.7.0

Run

npx -y illustrator-mcp-server

MCP client config

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