time vs modex
并排对比,帮你在这两个 MCP server 之间做选择。
time by modelcontextprotocol | modex by theronic | |
|---|---|---|
| Stars | ★ 85,748 | ★ 114 |
| 30天用量 | — | — |
| 综合分 | 77 | 41 |
| 官方 | ✓ | — |
| 分类 | 效率工具开发者工具沟通协作 | 开发者工具AI / LLM 工具数据库 |
| 实现语言 | TypeScript | Clojure |
| 最近提交 | 本月 | 14 个月前 |
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
modex · 概述
Modex 是一个用 Clojure 实现的 MCP 服务器和客户端库,用于扩展 AI 模型的工具、资源和提示。
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
modex · 使用场景
- 用数据库工具增强 AI 模型,如 Datomic 集成
- 为生产系统监控构建自定义 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"]
}
}
}modex · 安装
安装
- 克隆仓库:
``bash git clone git@github.com/theronic/modex.git cd modex ``
- 构建 uberjar:
``bash ./build.sh ` 这会在 target/modex-mcp-0.2.2.jar` 创建可执行 jar 文件。
- 配置 Claude Desktop:
打开 ~/Library/Application Support/Claude/claude_desktop_config.json 并添加: ``json { "mcpServers": { "modex-mcp": { "command": "java", "args": ["-jar", "/完整路径/modex/target/modex-mcp-0.2.2.jar"] } } } ``
- 重启 Claude Desktop 激活服务器。