mcpbeat Sign in

Drawx MCP Server

by saharshpamecha Your server? Claim it
local only

Drawx MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 29 installs a week from npm. Last commit 1 Jul 2026.

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

Installs per day peak 13 · avg 6 · +19% w/w
a month agotoday
29
Installs / week
npm · @drawx/mcp-server
0
Stars
0 open issues
1 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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

This one needs environment variables set before it will start: DRAWX_API_KEY (Your DrawX API key (create one at https://getdrawx.com → Settings → API keys; starts with drawx_live_).), DRAWX_API_BASE (Override the DrawX API base URL (defaults to https://getdrawx.com/api/v1).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Drawx MCP Server

same job, measured the same way
Chartforge
by crawde

MCP server for ChartForge — generate stunning charts and diagrams from natural language

78 installs/wk local only
Chartforge
by chartforgeai

MCP server for ChartForge — generate stunning charts and diagrams from natural language

local only
I
MCP Schema Designer
by vpatser1

Design database schemas from natural language, validate SQL, generate migrations and types

28 installs/wk local only
AI Diagram Maker
by erajasekar

Generate software diagrams from natural language, code, ASCII, images, Mermaid.

47 installs/wk local only
Diagrams.so
by redhold

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

132 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
Drawarch
by ajey95

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

59 installs/wk local only
Diagrams MCP
by mskry

Generate cloud architecture diagrams, flowcharts, and sequence diagrams.

149 installs/wk 9 tools answering

Drawx MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Drawx MCP Server?
Drawx MCP Server 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 @drawx/mcp-server was installed 29 times last week.
How do I connect Drawx MCP Server?
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 @drawx/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Drawx MCP Server?
The npm package @drawx/mcp-server was installed 29 times in the last week. Week over week that is +19%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Drawx MCP Server open source?
Yes — it is published under the MIT licence, written in TypeScript 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.