MCP Catalogs
首页

time vs ruflo

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

time
by modelcontextprotocol
ruflo
by ruvnet
Stars★ 85,748★ 51,795
30天用量
综合分7764
官方
分类
效率工具开发者工具沟通协作
开发者工具AI / LLM 工具知识库 / RAG
实现语言TypeScriptTypeScript
最近提交本月本月

time · 概述

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

ruflo · 概述

Claude Code的多智能体编排平台,集成了MCP服务器,可实现协调的AI群体和自主工作流。

time · 使用场景

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

ruflo · 使用场景

  • 协调多个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"]
    }
  }
}

ruflo · 安装

安装

方案A:Claude Code插件

# 添加市场
/plugin marketplace add ruvnet/ruflo

# 安装核心和插件
/plugin install ruflo-core@ruflo
/plugin install ruflo-swarm@ruflo

方案B:完整CLI安装

# 交互式设置
npx ruflo@latest init wizard

# 或快速非交互式安装
npx ruflo@latest init

MCP服务器注册

claude mcp add ruflo -- npx ruflo@latest mcp start
{
  "mcpServers": {
    "ruflo": {
      "command": "npx",
      "args": ["ruflo@latest", "mcp", "start"]
    }
  }
}
对比内容由 README + GitHub 公开数据自动生成,定期更新。