LayoutBridge for Adobe InDesign® for Zed
com.mcp-interfaces/layoutbridge-spm
layoutbridge-spm – MCP server for Adobe® InDesign®: pages, frames, text, styles, tables, export
client:Zed
transport:stdio
runtime:npm
Install LayoutBridge for Adobe InDesign® in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"layoutbridge-spm": {
"command": "npx",
"args": [
"-y",
"layoutbridge-spm"
],
"env": {
"LAYOUTBRIDGE_SPM_LICENSE_KEY": "<LAYOUTBRIDGE_SPM_LICENSE_KEY>",
"LAYOUTBRIDGE_SPM_LICENSE_FILE": "<LAYOUTBRIDGE_SPM_LICENSE_FILE>",
"LAYOUTBRIDGE_SPM_LOG_LEVEL": "<LAYOUTBRIDGE_SPM_LOG_LEVEL>",
"LAYOUTBRIDGE_SPM_INSTANCE_NAME": "<LAYOUTBRIDGE_SPM_INSTANCE_NAME>",
"LAYOUTBRIDGE_SPM_CONFIG": "<LAYOUTBRIDGE_SPM_CONFIG>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs