MCP Catalogs
首页

time vs open-computer-use

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

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

time · 概述

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

open-computer-use · 概述

MCP 服务器为任何 LLM 提供包含浏览器、终端、代码执行和文档功能的 Docker 工作区。

time · 使用场景

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

open-computer-use · 使用场景

  • AI 代理实时浏览器交互进行网页抓取和数据分析
  • 自动化文档生成(Word、Excel、PDF)并进行专业格式设计
  • 在隔离环境中进行代码开发和测试,具有完整的终端访问权限

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

open-computer-use · 安装

安装

git clone https://github.com/Wide-Moat/open-computer-use.git
cd open-computer-use
cp .env.example .env
# 编辑 .env — 设置 OPENAI_API_KEY(或任何 OpenAI 兼容的提供商)

# 1. 启动 Computer Use 服务器(首次运行构建工作区镜像,约 15 分钟)
docker compose up --build

# 2. 启动 Open WebUI(在另一个终端中)
docker compose -f docker-compose.webui.yml up --build

对于 MCP 客户端集成,自托管版本连接到 http://localhost:8081/mcp,托管版本使用 API key 连接到 https://api.yambr.com/mcp/computer_use

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