MCP Catalogs
Home

adeu vs time

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

adeu
by dealfluence
time
by modelcontextprotocol
Stars★ 77★ 85,748
30d uses
Score4877
Official
Categories
Developer ToolsAI / LLM ToolsProductivity
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last committhis monththis month

adeu · Summary

Adeu is an MCP server that translates between DOCX and Markdown files, enabling AI to safely edit documents with track changes.

time · Summary

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

adeu · Use cases

  • Legal document review and redlining by AI agents
  • Collaborative document editing with track changes preservation
  • Batch processing and sanitization of Word documents before distribution

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

adeu · Install

Installation

Adeu can be installed directly into AI assistants as an MCP server:

Claude Desktop

  1. Download the latest Adeu.mcpb file from the [GitHub Releases](https://github.com/dealfluence/adeu/releases) page.
  2. Open Claude Desktop and navigate to **Settings > Extensions**.
  3. Click **Advanced settings** and find the Extension Developer section.
  4. Click **Install Extension...**, select the downloaded .mcpb file, and follow the prompts.

Other MCP Clients

**Node.js:**

{
  "mcpServers": {
    "adeu": {
      "command": "npx",
      "args": ["-y", "@adeu/mcp-server"]
    }
  }
}

**Python:**

{
  "mcpServers": {
    "adeu": {
      "command": "uvx",
      "args": ["--from", "adeu", "adeu-server"]
    }
  }
}

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.