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).
Run
npx -y @diagrams-so/mcp
MCP client config
{
"mcpServers": {
"diagrams-so": {
"command": "npx",
"args": [
"-y",
"@diagrams-so/mcp"
]
}
}
}