MCP Catalogs
首页

time vs a2a-go

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

time
by modelcontextprotocol
a2a-go
by TheApeMachine
Stars★ 85,748★ 3
30天用量
综合分7733
官方
分类
效率工具开发者工具沟通协作
AI / LLM 工具开发者工具运维基建
实现语言TypeScriptGo
最近提交本月9 个月前

time · 概述

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

a2a-go · 概述

A2A-Go 是一个分布式 AI 框架,实现了 Google 的 A2A 协议,并支持 MCP 互操作。

time · 使用场景

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

a2a-go · 使用场景

  • 构建具有专门角色的分布式多智能体 AI 系统
  • 跨不同企业工具(GitHub、Azure DevOps、Slack)创建自动化工作流
  • 使用 VPN 网络上下文切换实现安全的浏览器自动化

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

a2a-go · 安装

安装

从源码安装

git clone https://github.com/theapemachine/a2a-go.git
cd a2a-go
go build -o a2a-go main.go
./a2a-go --help

使用 Docker

docker build -t theapemachine/a2a-go:latest .
docker run -it --rm theapemachine/a2a-go:latest ui

快速开始

make server  # 启动所有服务
make client  # 运行终端 UI 客户端

Claude Desktop 配置

要在 Claude Desktop 中使用,添加到 claude_desktop_config.json

{
  "mcpServers": {
    "a2a-go": {
      "command": "docker",
      "args": ["run", "-it", "--rm", "theapemachine/a2a-go:latest", "ui"]
    }
  }
}
对比内容由 README + GitHub 公开数据自动生成,定期更新。