lazy-tool vs time
并排对比,帮你在这两个 MCP server 之间做选择。
lazy-tool by mcp-shark | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 25 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 44 | 77 |
| 官方 | — | ✓ |
| 分类 | 开发者工具AI / LLM 工具效率工具 | 效率工具开发者工具沟通协作 |
| 实现语言 | Go | TypeScript |
| 最近提交 | 本月 | 本月 |
lazy-tool · 概述
一个本地优先的 MCP 发现运行时,通过在调用前搜索工具来减少提示膨胀。
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
lazy-tool · 使用场景
- 当使用多个 MCP 服务器时减少上下文窗口使用
- 对于在上下文中处理大量工具目录的模型
- 在 AI 工作流程中提高工具选择准确性
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
lazy-tool · 安装
快速安装
curl -sSfL https://raw.githubusercontent.com/rpgeeganage/lazy-tool/main/install.sh | sh从源码构建
go install github.com/rpgeeganage/lazy-tool/cmd/lazy-tool@latest
make buildClaude Desktop 集成
添加到 Claude Desktop 配置文件:
{
"mcpServers": {
"lazy-tool": {
"command": "lazy-tool",
"args": ["serve"]
}
}
}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"]
}
}
}