MCP Catalogs
首页

time vs swarmclaw

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

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

time · 概述

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

swarmclaw · 概述

SwarmClaw 是一个支持 MCP 工具的自托管多智能体框架,用于自主智能体群。

time · 使用场景

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

swarmclaw · 使用场景

  • 构建和管理具有委派能力的自主代理团队
  • 创建跨多个 LLM 提供商的自托管 AI 代理工作流
  • 开发具有代理内存和持久性的复杂多代理系统

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

swarmclaw · 安装

安装 SwarmClaw

桌面应用(推荐)

从 [swarmclaw.ai/downloads](https://swarmclaw.ai/downloads) 下载一键安装程序 适用于 macOS、Windows 和 Linux。

全局安装

npm i -g @swarmclawai/swarmclaw
swarmclaw

Docker

git clone https://github.com/swarmclawai/swarmclaw.git
cd swarmclaw
mkdir -p data
touch .env.local
docker compose up -d --build

Claude Desktop 集成

要将 SwarmClaw 作为 MCP 服务器与 Claude Desktop 一起使用:

  1. 添加到 Claude Desktop 配置:
{
  "mcpServers": {
    "swarmclaw": {
      "command": "swarmclaw",
      "args": ["server"]
    }
  }
}
对比内容由 README + GitHub 公开数据自动生成,定期更新。