
illustrator mcp server
一个允许机器人通过 JavaScript 脚本与 Adobe Illustrator 交互的 MacOS 兼容服务器。
Repository Info
About This Server
一个允许机器人通过 JavaScript 脚本与 Adobe Illustrator 交互的 MacOS 兼容服务器。
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
Illustrator MCP Server
Forked from @spencerhhuberg/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"
]
}
}
}
Testing
To view logs (when connected to Claude Desktop):
tail -n 20 -F ~/Library/Logs/Claude/mcp*.log
Test this MCP server interactively with inspector:
npx @modelcontextprotocol/inspector -- uv run illustrator
Run some code in Illustrator with:
npx @modelcontextprotocol/inspector --cli uv run illustrator --method tools/call --tool-name run --tool-arg code='log("hi")'
Quick Start
Clone the repository
git clone https://github.com/kevinschaul/illustrator-mcp-serverInstall dependencies
cd illustrator-mcp-server
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.