time vs nexo
并排对比,帮你在这两个 MCP server 之间做选择。
time by modelcontextprotocol | nexo by wazionapps | |
|---|---|---|
| Stars | ★ 85,748 | ★ 20 |
| 30天用量 | — | — |
| 综合分 | 77 | 43 |
| 官方 | ✓ | — |
| 分类 | 效率工具开发者工具沟通协作 | AI / LLM 工具知识库 / RAG效率工具 |
| 实现语言 | TypeScript | Python |
| 最近提交 | 本月 | 本月 |
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
nexo · 概述
NEXO Brain 为 AI 代理提供持久记忆系统,通过语义 RAG 和 150+ MCP 工具扩展其功能。
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
nexo · 使用场景
- 为 AI 助手增强持久记忆和情境感知能力
- 构建具有语义搜索和 RAG 的知识管理系统
- 创建能够随时间学习和适应的个性化 AI 代理
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"]
}
}
}nexo · 安装
安装
NEXO Brain 可以通过 npm 安装:
npm install -g nexo-brain对于 Claude Desktop 集成,将以下内容添加到您的 claude_desktop_config.json:
{
"mcpServers": {
"nexo": {
"command": "nexo",
"args": ["serve"]
}
}
}该系统也可作为 Python 包使用,可独立运行。