LayerBack MCP Server
Allows converting diagram images into editable SVG files, with tools for submitting conversions, checking status, and downloading the resulting SVG.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@LayerBack MCP ServerConvert ~/Desktop/whiteboard.jpg into a Visio file and save it to my Downloads folder."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
Tool | What it does |
| Convert a local image file (PNG/JPG/WebP); waits for the result by default (~30–60 s) |
| Poll a running job |
| Save any output format to a local path |
Related MCP server: LandingAI ADE MCP Server
Setup
Create an API key at https://layerback.com/settings/apikeys (new accounts include free credits — one conversion costs 10 and includes every output format).
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
Requires Node 18+.
REST API docs: https://layerback.com/docs/api · OpenAPI: https://layerback.com/openapi.yaml
Files upload to LayerBack for conversion and are deleted within 72 hours.
MIT © LayerBack
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceConverts various document formats to desired output formats, currently supporting PDF to image conversion. No access keys required for basic file format conversion operations.3MIT
- Flicense-qualityDmaintenanceEnables extraction of text, tables, and structured data from PDFs, images, and office documents using LandingAI's Agentic Document Extraction API. Supports both direct parsing and background job processing for large files with privacy-focused processing.
- Alicense-qualityFmaintenanceEnables to create and edit Microsoft Visio diagrams programmatically via a standardized API.86MIT
- Alicense-qualityCmaintenanceEnables AI assistants to create and edit draw.io diagrams programmatically, supporting a wide range of diagram types and styles.5MIT
Related MCP Connectors
Convert Revit files to XKT, IFC, or DWG and query BIM data via natural language.
Generate cloud architecture diagrams, flowcharts, and sequence diagrams.
Convert files, HTML, and Markdown to PDF via the FileToPDF API. Bring your own API key.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/TopLocalAI/layerback-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server