Skip to content
Grok

LayoutBridge for Adobe InDesign® for Grok

com.mcp-interfaces/layoutbridge-spm

layoutbridge-spm – MCP server for Adobe® InDesign®: pages, frames, text, styles, tables, export

client:Grok transport:stdio runtime:npm

Install LayoutBridge for Adobe InDesign® in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "layoutbridge-spm": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

LayoutBridge for Adobe InDesign® in other clients