An implementation of MCP server for Adobe Illustrator. It enables text, image, and path manipulation and information retrieval. This tool only works on macOS.
Add the following to your MCP client configuration file.
{
"mcpServers": {
"illustrator": {
"command": "node",
"args": [
"~/Documents/web/illustrator-mcp/build/index.js"
]
}
}
}
yarn
yarn test