Home › Design & Media › Diagrams.so
Diagrams.so
Generate and edit AWS, Azure, GCP and Kubernetes architecture diagrams as editable draw.io files.
Topics: Architecture & Design
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 1.4.6)
npx -y @diagrams-so/[email protected]
Or add to your MCP client config:
{
"mcpServers": {
"diagrams-mcp-app-core": {
"command": "npx",
"args": [
"-y",
"@diagrams-so/[email protected]"
],
"env": {
"DIAGRAMS_API_KEY": "<YOUR_VALUE>",
"DIAGRAMS_API_BASE": "<YOUR_VALUE>",
"DIAGRAMS_API_TIMEOUT_MS": "<YOUR_VALUE>"
}
}
}
}
DIAGRAMS_API_KEYsecret — Diagrams.so API key (dgz_live_... or dgz_test_...). Optional since 1.4.0: run `npx @diagrams-so/mcp login` once instead. Or create a key at https://diagrams.so under Settings then AI Provider.DIAGRAMS_API_BASE— API base URL. Defaults to production; override only for a local or self-hosted API.DIAGRAMS_API_TIMEOUT_MS— Per-request timeout in milliseconds for slow generate/edit/fix calls.
Related servers
figwright
Bidirectional Figma server over a local WebSocket relay: turn a selection into framework-aware code (reusing your components and tokens),…
Network Sketcher (Local MCP)
AI-native MCP server to design and manage Cisco network diagrams (L1/L2/L3, PPT/SVG) from LLMs.
Excalidraw Architect
Generate beautiful Excalidraw architecture diagrams with auto-layout and component styling
OpenTakeoff
Construction takeoff for AI agents: load plans, set scale, measure, count, export with provenance.
posecode
Author, ROM-validate, and render 3D human movement (.posecode) with a shareable playground link.
mermaid-mcp
AI-powered Mermaid diagram generation with 22+ diagram types including flowcharts, sequence diagrams, class diagrams, ER diagrams,…
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry