azure-diagram-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
azure-diagram-mcp by dminkovski | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 25 | ★ 85,748 |
| 30d uses | — | — |
| Score | 44 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsOps & Infra | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 1 mo ago | this month |
azure-diagram-mcp · Summary
An MCP server that converts natural language descriptions into Azure architecture diagrams using Python's Diagrams library.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
azure-diagram-mcp · Use cases
- Rapidly visualize Azure infrastructure designs during architecture discussions
- Create cloud architecture diagrams for technical documentation without specialized tools
- Generate diagrams quickly during client presentations or design sessions
time · Use cases
- Assisting with international meeting scheduling across time zones
- Providing real-time time information for location-based queries
- Enabling time conversion for travel planning and itineraries
azure-diagram-mcp · Install
Installation Steps
- Install Python 3.10+ and ensure it's added to your system's PATH
- Install GraphViz from https://graphviz.org/download/
- Clone the repository and install dependencies:
``bash pip install -r requirements.txt ``
- Configure in your MCP client (e.g., VS Code GitHub Copilot):
``json { "mcpServers": { "Azure Diagram MCP Server": { "type": "stdio", "command": "python", "args": [ "-m", "azure_diagram_mcp_server.server" ], "cwd": "PATH_TO_YOUR_CLONED_REPO", } } } ``
time · Install
Installation Options
**Using uv (recommended):**
uvx mcp-server-time**Using PIP:**
pip install mcp-server-time
python -m mcp_server_time**Configure for Claude Desktop:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}