diagram-mcp-server
This MCP server seamlessly creates infrastructure diagrams for various cloud providers and architectures using natural language.
The Model Context Protocol (MCP) server for Multi-Cloud Infrastructure Diagrams allows users to generate professional diagrams for AWS, Azure, GCP, Kubernetes, and more. By utilizing the Python diagrams package DSL, it provides a user-friendly way to visualize complex infrastructure setups. The server extends capabilities from a previous project, enhancing support for multiple cloud providers and offering additional features for diagram generation.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"diagram-mcp-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-diagram-mcp-server"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions