MCP ServerFeatured
Next AI Draw.io MCP Server
by DayuanJiang
AI-driven diagram generation for the draw.io platform.
About Next AI Draw.io
Brings AI-driven diagram generation to the draw.io platform. Supports image-based diagram replication, LLM-powered creation, PDF/text upload for diagram generation, cloud architecture diagrams (AWS, GCP, Azure), and comprehensive version history. Features AI reasoning display and an interactive chat interface for refinement.
Tags
diagramsdrawioarchitecturevisualization
How to install Next AI Draw.io
Add the following entry to your MCP client config (e.g. claude_desktop_config.json or .mcp.json). Refer to the official repository for the exact command, package name, and required environment variables.
{
"mcpServers": {
"next-ai-draw-io": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-next-ai-draw-io"]
}
}
}Example shape only — see the repository for the canonical install command.