mcpbeat Sign in

Drawarch MCP Server

local only

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

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

Installs per day peak 24 · avg 0
a month agotoday
59
Installs / week
npm · drawarch-mcp
1
Stars
0 open issues
30 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Drawarch 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 drawarch -- npx -y drawarch-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "drawarch": {
      "args": [
        "-y",
        "drawarch-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.drawarch]
command = "npx"
args = ["-y", "drawarch-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "drawarch": {
      "args": [
        "-y",
        "drawarch-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "drawarch": {
      "args": [
        "-y",
        "drawarch-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Drawarch

same job, measured the same way
Diagrams.so
by redhold

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

132 installs/wk local only
CloudArch
by cloud-arch

Create and update live animated architecture diagrams on CloudArch from a prompt or script.

31 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
Drawx MCP Server
by saharshpamecha

Generate draw.io diagrams and architecture designs from natural language, via the DrawX API.

29 installs/wk local only
Datadef
by datadef

Generate, edit, and export data-architecture diagrams from your AI. Column lineage, PNG in chat.

36 tools answering
Flowzap
by flowzap-xyz

Create workflow, sequence, architecture, and mind map diagrams via AI assistants.

85 installs/wk local only
Diagrams MCP
by mskry

Generate cloud architecture diagrams, flowcharts, and sequence diagrams.

149 installs/wk 9 tools answering
Layerback MCP
by toplocalai

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

30 installs/wk local only

Drawarch — questions

Answers built from our own checks of this server.

Why is there no uptime for Drawarch?
Drawarch 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 drawarch-mcp was installed 59 times last week.
How do I connect Drawarch?
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 drawarch-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Drawarch?
The npm package drawarch-mcp was installed 59 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 Drawarch open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 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.