Back to Apps

Infrastructure Diagram MCP Server
Supports UIby andrewmoshu
Generate professional multi-cloud infrastructure diagrams for AWS, Azure, GCP, and Kubernetes using natural language.
0 stars
Works in:Cursor
Exposes:Tools
What it does
This MCP server connects to the Python diagrams package DSL, allowing AI agents to generate professional infrastructure-as-code diagrams. It supports a vast array of cloud providers and on-premises architectures, turning natural language descriptions into visual representations of complex systems.
Tools
generate_diagram: Creates a PNG diagram based on a Python DSL description.parse_k8s_manifest: Extracts resources and relationships from Kubernetes YAML manifests to visualize deployments.parse_helm_chart: Renders Helm charts to visualize infrastructure components.parse_terraform: Parses Terraform HCL to extract and visualize cloud resources.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"infrastructure-diagrams": {
"command": "uvx",
"args": ["infrastructure-diagram-mcp-server"],
"env": {
"FASTMCP_LOG_LEVEL": "ERROR"
}
}
}
}
Supported hosts
- Claude Desktop
- Cursor
Quick install
uvx infrastructure-diagram-mcp-serverInformation
- Pricing
- free
- Published
- 7/31/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add to mcp.json: { "name": "infrastructure-diagrams", "command": "uvx", "args": ["infrastructure-diagram-mcp-server"] }Claude Desktop
{
"mcpServers": {
"infrastructure-diagrams": {
"command": "uvx",
"args": ["infrastructure-diagram-mcp-server"]
}
}
}





