idml mcp for Zed
io.github.jimprivate/idml-mcp
MCP server for AI agents to read and safely edit Adobe InDesign IDML files. No InDesign required.
client:Zed
transport:stdio
runtime:npm
Install idml mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"idml-mcp": {
"command": "npx",
"args": [
"-y",
"idml-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs