mcpbeat Sign in

Drawio MCP Server

by yohasacura Your server? Claim it
local only

Drawio MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 133 installs a week from pypi. Last commit 9 Feb 2026.

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

Installs per day peak 43 · avg 20 · -16% w/w
a month agotoday
133
Installs / week
pypi · drawio-mcp
5
Stars
0 open issues
9 Feb 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

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

Alternatives to Drawio MCP

same job, measured the same way
Rivemcp
by paradoxsyn

MCP server for creating and editing Rive (.riv) animation files. 139 tools for AI-driven animation.

615 installs/wk local only
ChatPPT
by parkerdiamond

Model Context Protocol (MCP) server for programmatic PowerPoint creation and editing

471 installs/wk local only
Miro
by mcparmory

Create and manage collaborative boards, items, and diagrams programmatically

246 installs/wk local only
MCP Stl
by daedalus

MCP server for editing STL 3D model files

54 installs/wk local only
I
Planform MCP Server
by shirbarzur

Create and manage Planform UML diagrams, nodes, and links. For VS Code and Cursor.

local only
Zoom Whiteboard
by zoom

Zoom Whiteboard server for creating boards and diagrams and locating existing boards.

answering
Figma Edit MCP
by neozhehan

Programmatically read, create, and modify Figma designs via MCP.

109 installs/wk local only
Image Diff
by pulsemcp

MCP server for programmatic image comparison and visual diff generation.

76 installs/wk local only

Drawio MCP — questions

Answers built from our own checks of this server.

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