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
{
"mcpServers": {
"illustrator": {
"command": "uv",
"args": [
"--directory",
"/Users/you/code/mcp/illustrator-mcp-server",
"run",
"illustrator"
]
}
}
}
Recommend MCP Servers 💡
gif-creator-mcp
MCP that allows you to take your video and turn it into a gif.
awesome-mcp-devtools
A curated list of developer tools, SDKs, libraries, and testing utilities for Model Context Protocol (MCP) server development.
@zephyr-mcp/gitlab
A GitLab integration MCP server providing RESTful API tools for tasks like merge requests and project searches.
mcp-server-thehive
MCP Server for TheHive incident response platform.
bundler_mcp
A Model Context Protocol (MCP) server enabling AI agents to query information about gems in a Ruby project's Gemfile, including source code and metadata.
TBXark/mcp-proxy
An MCP proxy server that aggregates and serves multiple MCP resource servers through a single HTTP server, supporting SSE/HTTP streaming.