MCP Catalogs
Home

drawio2go vs time

Side-by-side comparison to help you pick between these two MCP servers.

drawio2go
by Menghuan1918
time
by modelcontextprotocol
Stars★ 199★ 85,748
30d uses
Score4677
Official
Categories
AI / LLM ToolsProductivityDeveloper Tools
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit4 mo agothis month

drawio2go · Summary

DrawIO2Go is an AI-powered diagram editor with MCP server integration for canvas content version management.

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

drawio2go · Use cases

  • Collaborative diagram creation with AI assistance
  • Version management for diagram changes
  • Integration with AI tools via MCP for canvas content 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

drawio2go · Install

Installation

Using Electron APP

Go to [Releases](https://github.com/Menghuan1918/drawio2go/releases) to download and install the latest version.

Deploy as Web Application

Requirements:

  • Node.js 22.x or higher
  • npm
# Clone the repository
git clone https://github.com/Menghuan1918/drawio2go.git
cd drawio2go

# Install dependencies
npm install

# Start development server
npm run dev

MCP Server Setup

The DrawIO2Go application provides MCP service functionality for canvas content version management. To use it with Claude Desktop:

  1. Add to your Claude Desktop config.json:
{
  "mcpServers": {
    "drawio2go": {
      "command": "path/to/drawio2go",
      "args": ["--mcp"]
    }
  }
}

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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.