{
  "markdown": "# LayerBack MCP Server\n\nGive your AI agent the one diagram skill it's missing: turning **pictures of\ndiagrams into fully editable files**.\n\nAgents can write Mermaid — but when the input is a screenshot, a whiteboard\nphoto, or a diagram trapped in a PDF page, they're stuck. This MCP server\nconnects any MCP-compatible agent (Claude Desktop, Claude Code, Cursor, …) to\n[LayerBack](https://layerback.com), which rebuilds every shape, connector, and\nlabel as a native object and returns **Visio (VSDX), PowerPoint (PPTX),\ndraw.io, and SVG** — all editable, from one conversion.\n\n## Tools\n\n| Tool | What it does |\n|---|---|\n| `convert_diagram_image` | Convert a local image file (PNG/JPG/WebP); waits for the result by default (~30–60 s) |\n| `get_conversion_status` | Poll a running job |\n| `download_converted_diagram` | Save any output format to a local path |\n\n## Setup\n\n1. Create an API key at <https://layerback.com/settings/apikeys>\n   (new accounts include free credits — one conversion costs 10 and includes\n   every output format).\n2. Add the server to your MCP client config:\n\n```json\n{\n  \"mcpServers\": {\n    \"layerback\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"layerback-mcp\"],\n      \"env\": { \"LAYERBACK_API_KEY\": \"your-key-here\" }\n    }\n  }\n}\n```\n\n## Example prompts\n\n- \"Convert ~/Desktop/whiteboard.jpg into a Visio file and save it to my\n  Downloads folder.\"\n- \"Here's a screenshot of our architecture diagram — rebuild it as an\n  editable draw.io file.\"\n- \"Batch-convert every PNG in ./legacy-diagrams to VSDX.\"\n\n## Notes\n\n- Requires Node 18+.\n- REST API docs: <https://layerback.com/docs/api> ·\n  OpenAPI: <https://layerback.com/openapi.yaml>\n- Files upload to LayerBack for conversion and are deleted within 72 hours.\n\nMIT © LayerBack\n",
  "bytes": 1756,
  "sha": "ec3bcf5819613ad48818c40517e21ee09905362ef401b32c9d8eac713259edd0",
  "repo_slug": "toplocalai/layerback-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_toplocalai_layerback_mcp_3f864bb6/readme"
}