mcpbeat Sign in

Layerback MCP Server

by toplocalai Your server? Claim it
local only

Layerback MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 30 installs a week from npm. Last commit 5 Aug 2026.

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

Installs per day peak 378 · avg 15
a month agotoday
30
Installs / week
npm · layerback-mcp
0
Stars
0 open issues
5 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Layerback MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add layerback-mcp -- npx -y layerback-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "layerback-mcp": {
      "args": [
        "-y",
        "layerback-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.layerback-mcp]
command = "npx"
args = ["-y", "layerback-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "layerback-mcp": {
      "args": [
        "-y",
        "layerback-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "layerback-mcp": {
      "args": [
        "-y",
        "layerback-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: LAYERBACK_API_KEY (LayerBack API key from https://layerback.com/settings/apikeys). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Layerback MCP

same job, measured the same way
Drawarch
by ajey95

Create editable Draw.io architecture diagrams from prompts and reference images.

59 installs/wk local only
Drawio MCP
by yohasacura

MCP server for creating and editing draw.io / diagrams.net XML files programmatically.

133 installs/wk local only
CodePic
by abelce

AI agent draws editable hand-drawn diagrams (flowchart, ER, architecture) via MCP, not static images

7 tools answering
Diagrams.so
by redhold

Generate and edit AWS, Azure, GCP and Kubernetes architecture diagrams as editable draw.io files.

132 installs/wk local only
Markdown Notes MCP
by narashiman-k

Convert PDF, Word, Excel, PowerPoint, EPUB and images to Markdown locally, with no upload.

136 installs/wk local only
Brode.io
by brode

Convert any image into machine embroidery files (DST, PES…) or vector graphics (SVG, PDF, EPS, DXF).

answering
Convertapi
by mcparmory

Convert files across 500+ formats: documents, PDFs, and images

240 installs/wk local only
KitchenSink4PPT
by nometalalchemist

PowerPoint (.pptx) MCP server: editable vector diagrams, tables, budgeted reads, render-to-verify

2 115 installs/wk local only

Layerback MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Layerback MCP?
Layerback MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package layerback-mcp was installed 30 times last week.
How do I connect Layerback MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls layerback-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Layerback MCP?
The npm package layerback-mcp was installed 30 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Layerback MCP open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.