mcp-indesign
Related Servers
Alternatives to mcp-indesign
No user-submitted related servers found.
Related Servers
- AlicenseCqualityCmaintenanceEnables AI assistants to control Adobe InDesign for automated publishing workflows, document creation, and layout tasks across macOS and Windows.361MIT
- AlicenseCqualityBmaintenanceA 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.10097MIT
- AlicenseCqualityBmaintenanceEnables AI assistants to automate Adobe InDesign publishing workflows, including document creation, text formatting, image placement, PDF export, and more via 35+ professional tools.3642MIT
- AlicenseAqualityCmaintenanceEnables AI assistants to control Adobe Illustrator on Windows, including creating, opening, saving, and exporting documents, drawing shapes, adding text, and running arbitrary ExtendScript.10MIT
- AlicenseNot gradedqualityCmaintenanceEnables OpenAI Codex to inspect and modify Adobe InDesign documents through a local, authenticated MCP bridge and UXP panel. It provides typed, allowlisted operations with workspace confinement, approvals, and one-step Undo.MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to programmatically control Adobe Photoshop on Windows to create documents, manipulate layers, and manage image adjustments. It provides a bridge between the Model Context Protocol and the Photoshop Python API for automated graphic design workflows.239 PyPI303MIT
TDQS
Scored across 19 tools
Most tools have clear distinct purposes, but there is some overlap among export tools (export_pdf, export_image, batch_export, quick_export) and between insert_text and set_frame_text which could cause misselection. Descriptions do help differentiate, but the boundaries are not perfectly crisp.
The tool set mostly follows a verb_noun pattern (list_, get_, create_, export_, etc.), with a few exceptions like check_connection, run_jsx, and quick_export that deviate slightly but are still readable. The naming is largely predictable and consistent.
With 19 tools, the server is on the heavy side (16-25 is considered borderline). While InDesign is a complex application and many tools are necessary, the count feels slightly oversized and could benefit from consolidation, such as combining export variants.
The tool surface covers connection, document info, exports, text manipulation, frames, styles, colors, and page info, which is substantial. Missing operations like document creation or deletion are notable, but the presence of run_jsx for arbitrary ExtendScript allows agents to work around gaps, making it fairly complete.