🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

idml-mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

idml-mcp

MCP server that lets AI agents read and safely edit Adobe InDesign files (IDML) — no InDesign required.

latest
Source
npmnpm
Version
0.1.1
Version published
Weekly downloads
54
-76.42%
Maintainers
1
Weekly downloads
 
Created
Source

idml-mcp

MCP server that lets AI agents read and safely edit Adobe InDesign files (IDML) — no InDesign required.

Unlike MCP servers that remote-control a running InDesign instance, idml-mcp works directly on .idml files via idmlkit. It runs anywhere Node.js runs — servers, CI, Linux — with nothing from Adobe installed, and its write-back preserves everything it doesn't touch byte-for-byte.

Setup (Claude Code / Claude Desktop)

{
  "mcpServers": {
    "idml": {
      "command": "npx",
      "args": ["-y", "idml-mcp"]
    }
  }
}

Tools

ToolPurpose
idml_summarizeStructured summary of pages, frames, stories, images, styles
idml_get_storyOne story's plain text + indexed runs with styles
idml_set_textReplace one run's text (layout untouched, byte-for-byte)
idml_relink_imagePoint an image link at a new file (geometry untouched)

Then ask Claude things like "Summarize catalog.idml and replace every 2025 date with 2026."

License

MIT. Not affiliated with or endorsed by Adobe. "Adobe" and "InDesign" are trademarks of Adobe Inc., used here only to describe compatibility.

Keywords

mcp

FAQs

Package last updated on 19 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts