time vs CoexistAI
并排对比,帮你在这两个 MCP server 之间做选择。
time by modelcontextprotocol | CoexistAI by SPThole | |
|---|---|---|
| Stars | ★ 85,748 | ★ 481 |
| 30天用量 | — | — |
| 综合分 | 77 | 51 |
| 官方 | ✓ | — |
| 分类 | 效率工具开发者工具沟通协作 | AI / LLM 工具开发者工具搜索 |
| 实现语言 | TypeScript | Jupyter Notebook |
| 最近提交 | 本月 | 2 个月前 |
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
CoexistAI · 概述
模块化研究助手框架,集成了MCP服务器,支持网络搜索、YouTube、Reddit、地图和GitHub探索功能。
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
CoexistAI · 使用场景
- 学术论文的自动化文献综述
- 从多个网络来源创建内容
- 开发者的代码分析
- 通过社交媒体平台进行市场研究
- 基于位置的信息收集
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"]
}
}
}CoexistAI · 安装
安装
**方法1:Docker(推荐)** 请按照 [README.docker.md](README.docker.md) 中的说明进行容器化设置。
**方法2:本地设置**
- 克隆仓库:
git clone https://github.com/SPThole/CoexistAI.git coexistai && cd coexistai - 在
config/model_config.json中配置模型设置 - 运行设置脚本:
- macOS/Linux zsh: zsh quick_setup.sh - Linux bash: bash quick_setup.sh
**Claude Desktop的MCP配置** 添加到Claude Desktop config.json:
{
"mcpServers": {
"coexistai": {
"command": "python",
"args": ["-m", "coexistai.app"]
}
}
}