The Azure Diagram MCP server converts natural language prompts into Microsoft Azure architecture diagrams in PNG format. It uses Python Diagrams and Graphviz to generate visual representations of Azure resources and their relationships. The server exposes an API for AI agents to create diagrams from text descriptions, making it useful for developers and architects who need to quickly visualize Azure infrastructure. It connects to no external systems or APIs.
The Azure Diagram MCP server converts natural language prompts into Microsoft Azure architecture diagrams in PNG format. It uses Python Diagrams and Graphviz to generate visual representations of Azure resources and their relationships. The server exposes an API for AI agents to create diagrams from text descriptions, making it useful for developers and architects who need to quickly visualize Azure infrastructure. It connects to no external systems or APIs.
pip install azure-diagram-mcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"dminkovski-azure-diagram-mcp-github": {
"command": "uvx",
"args": [
"pip install azure-diagram-mcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from azure diagram mcp?"
No configuration required. This server works out of the box.
"What resources are available in azure diagram mcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in azure diagram mcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in azure diagram mcp with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.