Convert diagram images into fully editable Visio (VSDX), PowerPoint, draw.io, and SVG files.
MCPpedia last refreshed this data
io.github.TopLocalAI/layerback-mcp is an MCP server that convert diagram images into fully editable Visio (VSDX), PowerPoint, draw.io, and SVG files. Its tool list has not been published yet over stdio, requires no API key, and scores 85/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"layerback": {
"env": {
"LAYERBACK_API_KEY": "your-key-here"
},
"args": [
"-y",
"layerback-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Give your AI agent the one diagram skill it's missing: turning pictures of diagrams into fully editable files.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'layerback-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked layerback-mcp against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in security / design
AI-native design editor. Open-source Figma alternative.
UAE Design System (AEGOV DLS) for AI assistants: components, tokens, validation. Not TDRA-official.
3D & AR SDK for Android, iOS, Web — API docs, samples, validation, and code generation.
AI image generation and editing with prompt optimization and quality presets. Powered by Nano Banana
MCP Security Weekly
Get CVE alerts and security updates for io.github.TopLocalAI/layerback-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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.
| Tool | What it does |
|---|---|
convert_diagram_image | Convert a local image file (PNG/JPG/WebP); waits for the result by default (~30–60 s) |
get_conversion_status | Poll a running job |
download_converted_diagram | Save any output format to a local path |
{
"mcpServers": {
"layerback": {
"command": "npx",
"args": ["-y", "layerback-mcp"],
"env": { "LAYERBACK_API_KEY": "your-key-here" }
}
}
}
MIT © LayerBack