Odel
Diagrams.so

Diagrams.so

Local
@redholdJavaScriptApache-2.0Updated 2w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@diagrams-so/mcpv1.4.6

Run

npx -y @diagrams-so/mcp

MCP client config

{
  "mcpServers": {
    "diagrams-so": {
      "command": "npx",
      "args": [
        "-y",
        "@diagrams-so/mcp"
      ]
    }
  }
}