MCP Catalogs
首页

open-codex-computer-use

by iFurySt·801·综合分 52

一个受 Codex Computer Use 启发的开源 MCP 服务器,支持 macOS、Linux 和 Windows 上的计算机操作。

developer-toolsai-llmproductivity
86
Forks
4
活跃 Issue
本月
最近提交
2 天前
收录于

概述

open-computer-use 是一个封装为 MCP 的开源计算机使用服务,允许 AI 代理在多个操作系统上与计算机界面交互。它受 OpenAI 的 Codex Computer Use 启发,并通过 macOS 上的辅助功能 API 实现非侵入式计算机访问,在 Linux 和 Windows 上提供类似功能。该项目提供了与多个客户端(包括 Codex、Claude Code、Gemini CLI 和 opencode)集成的全面文档。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:使 AI 代理能够在 macOS、Linux 和 Windows 上执行计算机任务
:将计算机使用功能集成到 Codex 和 Claude 等 LLM 应用中
:自动化基于 GUI 的工作流程以进行测试和 UI 交互
:支持哪些操作系统?
:这与 Codex Computer Use 有何不同?

什么时候选它

当您需要为 AI 代理提供跨平台计算机自动化功能,并希望选择开源解决方案而非 OpenAI 的 Codex Computer Use 时,请选择此服务。

什么时候不要选它

不适合需要高级可访问性功能的 Windows 和 Linux 用户,因为该项目的主要关注点和优化集中在 macOS 上。

此 server 暴露的工具

从 README 抽取出 3 个工具
  • list_apps

    List all running applications

  • get_app_state

    Get the state of a specific application

  • press_key

    Press a key in a specific application

说明:Inferred tool names from CLI examples in the README, as there's no explicit 'Tools' section. Tools are mentioned in the context of the 'call' command.

可对比工具

codex-computer-usebrowser-usepyautoguiplaywright

安装

# 全局安装
npm i -g open-computer-use

# 运行 MCP 服务器
open-computer-use

# 安装到 Claude Desktop(添加到 ~/.config/claude-desktop/config.json)
{
  "mcpServers": {
    "open-computer-use": {
      "command": "open-computer-use",
      "args": ["mcp"]
    }
  }
}

FAQ

支持哪些操作系统?
open-computer-use 支持 macOS、Linux 和 Windows,尽管 macOS 需要辅助功能权限才能完全发挥作用。
这与 Codex Computer Use 有何不同?
这是一个开源替代方案,实现了类似的功能,通过 MCP 协议提供计算机控制,而不需要 OpenAI 的服务。

open-codex-computer-use 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。