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 | — | — |
| Score | 48 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | this month | this 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
- Download the latest
Adeu.mcpbfile from the [GitHub Releases](https://github.com/dealfluence/adeu/releases) page. - Open Claude Desktop and navigate to **Settings > Extensions**.
- Click **Advanced settings** and find the Extension Developer section.
- Click **Install Extension...**, select the downloaded
.mcpbfile, 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"]
}
}
}