MCP server for reading, manipulating, and exporting Adobe Illustrator design data
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"illustrator-mcp-serv": {
"command": "npx",
"args": [
"-y",
"ie3jp/illustrator-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add illustrator-mcp-serv npx -y ie3jp/illustrator-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"illustrator-mcp-serv": {
"command": "npx",
"args": [
"-y",
"ie3jp/illustrator-mcp-server"
]
}
}
}