time vs selene
并排对比,帮你在这两个 MCP server 之间做选择。
time by modelcontextprotocol | selene by tercumantanumut | |
|---|---|---|
| Stars | ★ 85,748 | ★ 166 |
| 30天用量 | — | — |
| 综合分 | 77 | 48 |
| 官方 | ✓ | — |
| 分类 | 效率工具开发者工具沟通协作 | AI / LLM 工具开发者工具沟通协作 |
| 实现语言 | TypeScript | TypeScript |
| 最近提交 | 本月 | 本月 |
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
selene · 概述
Selene 是一个 AI 智能体桌面应用,集成了 MCP 工具支持与 WhatsApp、Telegram、Slack 和 Discord 连接。
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
selene · 使用场景
- 通过 MCP 构建连接消息平台的个人助理
- 使用 MCP 工具通过 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"]
}
}
}selene · 安装
从 [发布页面](https://github.com/tercumantanumut/selene/releases) 下载并安装 Selene
在 Selene 中使用 MCP:
- 启动 Selene 并进入设置
- 导航到 MCP 部分
- 通过添加定义来配置 MCP 服务器
示例 Claude Desktop 配置(如果适用):
{
"mcpServers": {
"selene": {
"command": "selene 路径",
"args": ["--mcp"]
}
}
}