Model-Context-Protocol vs time
并排对比,帮你在这两个 MCP server 之间做选择。
Model-Context-Protocol by Abdulabin | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 0 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 30 | 77 |
| 官方 | — | ✓ |
| 分类 | AI / LLM 工具开发者工具效率工具 | 效率工具开发者工具沟通协作 |
| 实现语言 | Python | TypeScript |
| 最近提交 | 11 个月前 | 本月 |
Model-Context-Protocol · 概述
一个Python MCP客户端,通过Gemini API实现多服务器连接与LLM编排。
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
Model-Context-Protocol · 使用场景
- 构建具有实时访问外部工具和数据能力的AI助手
- 能够搜索和分析API论文的学术研究机器人
- 将LLM与自定义工具结合的开发环境
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
Model-Context-Protocol · 安装
# 克隆并安装依赖项
git clone https://github.com/Abdulabin/Model-Context-Protocol.git
cd Model-Context-Protocol
pip install -r requirements.txt
# 配置API密钥
# 创建.env文件,包含 GEMINI_API_KEY="YOUR_API_KEY_HERE"
# 运行CLI客户端
python mcp_client.py
# 启动Web界面
uvicorn app:apptime · 安装
安装选项
**使用 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"]
}
}
}