Skip to content
Cursor

idml mcp for Cursor

io.github.jimprivate/idml-mcp

MCP server for AI agents to read and safely edit Adobe InDesign IDML files. No InDesign required.

client:Cursor transport:stdio runtime:npm

Install idml mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "idml-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "idml-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

idml mcp in other clients