LayoutBridge for Adobe InDesign® for Cursor
com.mcp-interfaces/layoutbridge-spm
layoutbridge-spm – MCP server for Adobe® InDesign®: pages, frames, text, styles, tables, export
client:Cursor
transport:stdio
runtime:npm
Install LayoutBridge for Adobe InDesign® in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs