MCP Catalogs
首页

onetool-mcp vs time

并排对比,帮你在这两个 MCP server 之间做选择。

onetool-mcp
by beycom
time
by modelcontextprotocol
Stars★ 18★ 85,748
30天用量
综合分4377
官方
分类
开发者工具本地文件系统AI / LLM 工具
效率工具开发者工具沟通协作
实现语言PythonTypeScript
最近提交本月本月

onetool-mcp · 概述

OneTool MCP 提供超过 100 种工具在单一服务器中,减少 96% 的令牌使用并消除上下文衰减。

time · 概述

功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。

onetool-mcp · 使用场景

  • 需要使用多个 MCP 服务器但希望减少令牌成本并避免上下文衰减的开发者
  • 构建需要多样化工具(如网络搜索、文件操作和数据库访问)的 AI 应用程序团队
  • 希望通过单一 MCP 连接集成多种服务(如 AWS、Chrome DevTools 和文档工具)的高级用户

time · 使用场景

  • 协助安排跨时区的国际会议
  • 为基于位置的查询提供实时时间信息
  • 为旅行计划和行程安排提供时间转换

onetool-mcp · 安装

安装

需要 [uv](https://docs.astral.sh/uv/):

uv tool install 'onetool-mcp[all]'   # 所有功能
onetool init --config ~/.onetool

添加到 Claude Code:

claude mcp add onetool -- onetool --config ~/.onetool/onetool.yaml --secrets ~/.onetool/secrets.yaml

或手动添加到 ~/.claude/mcp.json

{
  "mcpServers": {
    "onetool": {
      "command": "onetool",
      "args": ["--config", "/Users/yourname/.onetool/onetool.yaml", "--secrets", "/Users/yourname/.onetool/secrets.yaml"]
    }
  }
}

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"]
    }
  }
}
对比内容由 README + GitHub 公开数据自动生成,定期更新。