time vs dexto
并排对比,帮你在这两个 MCP server 之间做选择。
time by modelcontextprotocol | dexto by truffle-ai | |
|---|---|---|
| Stars | ★ 85,748 | ★ 620 |
| 30天用量 | — | — |
| 综合分 | 77 | 51 |
| 官方 | ✓ | — |
| 分类 | 效率工具开发者工具沟通协作 | 开发者工具AI / LLM 工具效率工具 |
| 实现语言 | TypeScript | TypeScript |
| 最近提交 | 本月 | 本月 |
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
dexto · 概述
TypeScript 实现的智能体框架,包含 MCP 服务器功能,用于构建和编排 AI 应用。
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
dexto · 使用场景
- 构建自主编码智能体,能够读取、写入和重构代码
- 创建在复杂任务上协作的多智能体系统
- 开发 MCP 服务器,通过模型上下文协议暴露工具、文件和 API
- 构建具有持久记忆和上下文感知能力的数字助手
time · 安装
安装选项
**使用 uv(推荐):**
uvx mcp-server-time**使用 PIP:**
pip install mcp-server-time
python -m mcp_server_time**为 Claude Desktop 配置:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}dexto · 安装
安装
# macOS / Linux / WSL (原生安装程序,推荐)
curl -fsSL https://dexto.ai/install | bash
# Windows PowerShell
irm https://dexto.ai/install.ps1 | iex
# 或从源码构建
git clone https://github.com/truffle-ai/dexto.git
cd dexto && pnpm install && pnpm install-cli作为 MCP 服务器运行
# 启动为 MCP 服务器
npx dexto --mode mcp --agent coding-agent --auto-approve ----no-elicitationClaude Desktop 集成
添加到 claude_desktop_config.json:
{
"mcpServers": {
"dexto": {
"command": "npx",
"args": ["-y", "dexto", "--mode", "mcp", "--agent", "coding-agent", "--auto-approve", "--no-elicitation"]
}
}
}