agentanycast vs time
并排对比,帮你在这两个 MCP server 之间做选择。
agentanycast by AgentAnycast | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 76 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 46 | 77 |
| 官方 | — | ✓ |
| 分类 | AI / LLM 工具开发者工具沟通协作 | 效率工具开发者工具沟通协作 |
| 实现语言 | Shell | TypeScript |
| 最近提交 | 2 个月前 | 本月 |
agentanycast · 概述
一个无需公网IP即可让AI代理跨网络通信的对等运行时,包含MCP服务器。
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
agentanycast · 使用场景
- 在不暴露公网的情况下连接企业网络中的AI代理
- 构建可在离线或受限网络上工作的去中心化代理网络
- 通过MCP服务器将P2P AI功能集成到现有AI工具中
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
agentanycast · 安装
安装MCP服务器:
uvx agentanycast-mcp对于Claude Desktop,添加到配置文件中:
{
"mcpServers": {
"agentanycast": {
"command": "uvx",
"args": ["agentanycast-mcp"]
}
}
}对于Python代理:
pip install agentanycast对于TypeScript代理:
npm install agentanycasttime · 安装
安装选项
**使用 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"]
}
}
}