time vs drawio-mcp-server
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | drawio-mcp-server by simonkurtz-MSFT | |
|---|---|---|
| Stars | ★ 85,748 | ★ 71 |
| 30d uses | — | — |
| Score | 77 | 48 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsProductivityAI / LLM Tools |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
drawio-mcp-server · Summary
Draw.io MCP server enabling programmatic diagram generation with 700+ Azure icons and batch operations.
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
drawio-mcp-server · Use cases
- Automatically generate architecture diagrams from AI descriptions
- Create technical documentation with embedded diagrams
- Rapid prototyping of system architectures
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"]
}
}
}drawio-mcp-server · Install
Installation
From Source
deno run --allow-net --allow-read --allow-env src/index.tsClaude Desktop
Edit claude_desktop_config.json:
{
"mcpServers": {
"drawio": {
"command": "deno",
"args": ["run", "--allow-net", "--allow-read", "--allow-env", "/path/to/drawio-mcp-server/src/index.ts"]
}
}
}Docker
docker pull simonkurtzmsft/drawio-mcp-server:latest
docker run -d --name drawio-mcp-server -p 8080:8080 simonkurtzmsft/drawio-mcp-server:latest