MCP Catalogs
首页

time vs AgentCrew

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

time
by modelcontextprotocol
AgentCrew
by saigontechnology
Stars★ 85,748★ 200
30天用量
综合分7749
官方
分类
效率工具开发者工具沟通协作
AI / LLM 工具开发者工具效率工具
实现语言TypeScriptPython
最近提交本月本月

time · 概述

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

AgentCrew · 概述

AgentCrew 是一个支持 MCP 的 Python 多智能体系统,用于专业化 AI 协作。

time · 使用场景

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

AgentCrew · 使用场景

  • 开发工作流中的代码审查和安全分析
  • 具有专业化智能体角色的研究项目,用于信息收集
  • 通过协调的智能体操作实现自动化任务

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"]
    }
  }
}

AgentCrew · 安装

安装

**macOS / Linux**

curl -LsSf https://agentcrew.dev/install.sh | bash

**Windows**

powershell -ExecutionPolicy ByPass -c "irm https://agentcrew.dev/install.ps1 | iex"

**pip (任何平台)**

pip install agentcrew-ai

配置

通过环境变量添加 API 密钥:

export ANTHROPIC_API_KEY="sk-ant-..."

或在 ~/.AgentCrew/config.json 创建配置文件

对比内容由 README + GitHub 公开数据自动生成,定期更新。