MCP Directory
Back

drawio-mcp

by jgraph · JavaScript · ★ 4,621

drawio-mcp — MCP server.

Install

npx -y github:jgraph/drawio-mcp

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "drawio-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:jgraph/drawio-mcp"
      ]
    }
  }
}

From the README

The official [draw.io](https://www.draw.io) MCP (Model Context Protocol) server that enables LLMs to create and open diagrams in the draw.io editor. This repository offers four approaches for integrating draw.io with AI assistants. Pick the one that fits your setup: | | [MCP App Server](#mcp-app-server) | [MCP Tool Server](#mcp-tool-server) | [Claude Code Plugin](#claude-code-plugin) | [Project Instructions](#alternative-project-instructions-no-mcp-required) | |---|---|---|---|---| | **How it works** | Renders diagrams inline in chat | Opens diagrams in your browser | Generates files, optio…
Read full README on GitHub →

Related other servers