The illustrator MCP server allows AI agents to run JavaScript scripts on Adobe Illustrator. It provides access to Illustrator's DOM and scripting API, enabling automation of design tasks. It connects directly to Adobe Illustrator's scripting interface. Developers use it to automate repetitive design tasks, batch process files, and integrate Illustrator into larger workflows.
The illustrator MCP server allows AI agents to run JavaScript scripts on Adobe Illustrator. It provides access to Illustrator's DOM and scripting API, enabling automation of design tasks. It connects directly to Adobe Illustrator's scripting interface. Developers use it to automate repetitive design tasks, batch process files, and integrate Illustrator into larger workflows.
pip install illustrator-mcp-serverAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"spencerhhubert-illustrator-mcp-server-github": {
"command": "uvx",
"args": [
"pip install illustrator-mcp-server"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from illustrator?"
No configuration required. This server works out of the box.
"What resources are available in illustrator?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in illustrator"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in illustrator with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.