Skip to content
LangChain

LayoutBridge for Adobe InDesign® for LangChain

com.mcp-interfaces/layoutbridge-spm

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

client:LangChain transport:stdio runtime:npm

Install LayoutBridge for Adobe InDesign® in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "layoutbridge-spm": {
            "transport": "stdio",
            "command": "npx",
            "args": ["-y", "layoutbridge-spm"],
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

LayoutBridge for Adobe InDesign® in other clients