Odel
layerback mcp

layerback mcp

Local
@toplocalaiJavaScriptMITUpdated 1mo ago

Convert diagram images into fully editable Visio (VSDX), PowerPoint, draw.io, and SVG files.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmlayerback-mcpv0.1.2

Run

npx -y layerback-mcp

MCP client config

{
  "mcpServers": {
    "layerback-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "layerback-mcp"
      ]
    }
  }
}