illustrator-mcp-server
by muskke
Overview
Remotely control Adobe Illustrator to automate design tasks, generate graphics via scripts, and visualize results with screenshots.
Installation
illustratorSecurity Notes
The `run` tool executes arbitrary ExtendScript/JavaScript code directly within Adobe Illustrator via COM (Windows) or AppleScript (macOS). While this is the core intended functionality, it means any script provided by the MCP client is executed with the privileges of the Illustrator application. This poses a significant security risk if the client or the source of the scripts is untrusted, as malicious scripts could potentially interact with the file system, network, or other system components via Illustrator's scripting environment. No explicit Python `eval` or hardcoded secrets are found in the server's Python code itself. Robust error handling is present, converting exceptions into `TextContent` responses instead of crashing the server.
Similar Servers
illustrator-mcp-server
Serves as a backend component for Adobe Illustrator, likely managing extensions, plugins, or specific application features.
mcp-server
Provides server functionality, likely related to the Minecraft community or development (MCP).
ashen-mcp-server
The server provides a Meta-Controller Protocol (MCP) compliant API to interact with local Ollama language models, offering text analysis, arbitrary model calls, and file summarization capabilities.
portsage
A basic template for a Python project.