idml mcp for Claude Desktop
io.github.jimprivate/idml-mcp
MCP server for AI agents to read and safely edit Adobe InDesign IDML files. No InDesign required.
client:Claude Desktop
transport:stdio
runtime:npm
Install idml mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"idml-mcp": {
"command": "npx",
"args": [
"-y",
"idml-mcp"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs