mcpadapt vs time
并排对比,帮你在这两个 MCP server 之间做选择。
mcpadapt by grll | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 420 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 47 | 77 |
| 官方 | — | ✓ |
| 分类 | 开发者工具AI / LLM 工具效率工具 | 效率工具开发者工具沟通协作 |
| 实现语言 | Python | TypeScript |
| 最近提交 | 7 个月前 | 本月 |
mcpadapt · 概述
MCPAdapt将650多个MCP服务器连接到各种代理框架,如LangChain和SmolAgents。
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
mcpadapt · 使用场景
- 将MCP服务器工具集成到基于LangChain的AI应用程序中
- 为SmolAgents代理添加文件系统功能
- 在CrewAI工作流中启用GitHub API访问
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
mcpadapt · 安装
# 对于Smolagents
uv add smolagents[mcp]
# 对于LangChain
uv add mcpadapt[langchain]
# 对于多个框架
uv add mcpadapt[langchain,crewAI]
# 或使用pip
pip install mcpadapt[langchain]对于Claude Desktop,添加到您的config.json:
{
"mcpServers": {
"mcpadapt": {
"command": "uv",
"args": ["run", "mcpadapt"]
}
}
}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"]
}
}
}