Skip to main content
Glama
dcc-mcp

dcc-mcp-illustrator

by dcc-mcp

dcc-mcp-illustrator

MCP adapter for Adobe Illustrator, built on the shared adobepy broker, CEP bridge, typed facade, and complete structured official DOM.

pip install dcc-mcp-illustrator
adobepy install-bridge illustrator --dest <extension-dir> --token <token>
dcc-mcp-illustrator

Set ADOBEPY_TOKEN to the same non-default token used to install the bridge. The adapter uses an OS-assigned port and registers with DCC-MCP discovery; DCC_MCP_ILLUSTRATOR_PORT is only needed for a fixed direct endpoint.

The adapter reports ready only after the target Illustrator bridge advertises the complete typed/official-DOM contract and a real host version RPC succeeds. A broker process is stopped only when it was started by this adapter.

Agent workflow

Use the typed DCC-MCP CLI path for discovery and calls:

dcc-mcp-cli dcc-types
dcc-mcp-cli list
dcc-mcp-cli load-skill illustrator-document --dcc-type illustrator
dcc-mcp-cli search --query "inspect selected paths" --dcc-type illustrator
dcc-mcp-cli call <tool-slug> --dcc-type illustrator --json '{"key":"value"}'

Related MCP server: InDesign UXP MCP Server

Skill groups

  • illustrator-document: inspect documents, artboards, layers, selections, vector/placed/raster items, text frames, stories, and swatches.

  • illustrator-artwork: inspect named items, edit text, and update path points, translation, scale, and rotation.

  • illustrator-export: save AI/PDF/EPS documents and export PNG/JPEG/SVG or other Illustrator-supported formats.

  • illustrator-advanced: structured access to the complete official object model. Raw ExtendScript is an explicit destructive fallback, not the primary API.

Structured DOM references are opaque and session-scoped. Never persist or reuse them after a bridge restart or release operation.

A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    A
    maintenance
    MCP server for reading, manipulating, and exporting Adobe Illustrator design data via ExtendScript/JSX. 26 tools for text, colors, paths, layers, effects, images, symbols extraction, object creation/modification, SVG/PNG/JPG/PDF export, and pre-press preflight checks. macOS only.
    1,357
    66
    MIT
  • A
    license
    C
    quality
    B
    maintenance
    A Model Context Protocol (MCP) server that gives AI assistants direct, native control over Adobe InDesign via a UXP plugin bridge, with ~130 tools covering documents, pages, text, graphics, styles, master spreads, books, and export.
    100
    81
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    An MCP server that lets AI assistants like Claude control Adobe Illustrator through natural language by executing ExtendScript code and providing document state inspection.
    6
    MIT

View all related MCP servers

Related MCP Connectors

  • OCR, transcription, file extraction, and image generation for AI agents via MCP.

  • Self-hosted MCP gateway: turn any API, database or MCP server into AI connectors — no code.

  • MCP server for AI dialogue using various LLM models via AceDataCloud

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dcc-mcp/dcc-mcp-illustrator'

If you have feedback or need assistance with the MCP directory API, please join our Discord server