Back to Browse

Layerback MCP Server

Developer ToolsModerate7.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

7.2
Moderate7.2Low Risk

This is a well-structured MCP server for diagram conversion with proper authentication and input validation. The API key is correctly required via environment variable, and file operations are safely handled with path resolution. One minor finding regarding error message information disclosure, but no security vulnerabilities or dangerous patterns detected. Supply chain analysis found 1 known vulnerability in dependencies (0 critical, 1 high severity). Package verification found 1 issue.

3 files analyzed · 3 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

HTTP Network Access

Connects to external APIs or services over the internet.

What You'll Need

Set these up before or after installing:

LayerBack API key from https://layerback.com/settings/apikeysRequired

Environment variable: LAYERBACK_API_KEY

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-toplocalai-layerback-mcp": {
      "env": {
        "LAYERBACK_API_KEY": "your-layerback-api-key-here"
      },
      "args": [
        "-y",
        "layerback-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

LayerBack MCP Server

Give your AI agent the one diagram skill it's missing: turning pictures of diagrams into fully editable files.

Agents can write Mermaid — but when the input is a screenshot, a whiteboard photo, or a diagram trapped in a PDF page, they're stuck. This MCP server connects any MCP-compatible agent (Claude Desktop, Claude Code, Cursor, …) to LayerBack, which rebuilds every shape, connector, and label as a native object and returns Visio (VSDX), PowerPoint (PPTX), draw.io, and SVG — all editable, from one conversion.

Tools

ToolWhat it does
convert_diagram_imageConvert a local image file (PNG/JPG/WebP); waits for the result by default (~30–60 s)
get_conversion_statusPoll a running job
download_converted_diagramSave any output format to a local path

Setup

  1. Create an API key at https://layerback.com/settings/apikeys (new accounts include free credits — one conversion costs 10 and includes every output format).
  2. Add the server to your MCP client config:
{
  "mcpServers": {
    "layerback": {
      "command": "npx",
      "args": ["-y", "layerback-mcp"],
      "env": { "LAYERBACK_API_KEY": "your-key-here" }
    }
  }
}

Example prompts

  • "Convert ~/Desktop/whiteboard.jpg into a Visio file and save it to my Downloads folder."
  • "Here's a screenshot of our architecture diagram — rebuild it as an editable draw.io file."
  • "Batch-convert every PNG in ./legacy-diagrams to VSDX."

Notes

MIT © LayerBack

Reviews

No reviews yet

Be the first to review this server!