New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

open-computer-use

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

open-computer-use

Cross-platform Computer Use MCP server launcher. After install, configure open-computer-use mcp.

latest
Source
npmnpm
Version
0.3.5
Version published
Weekly downloads
1.7K
6.17%
Maintainers
1
Weekly downloads
 
Created
Source

open-computer-use

Cross-platform npm distribution for the open-source Open Computer Use MCP server.

This package bundles native runtimes for these supported platforms and lets the Node launcher choose the current process.platform / process.arch pair:

  • darwin-arm64
  • darwin-x64
  • linux-arm64
  • linux-x64
  • win32-arm64
  • win32-x64

Global command aliases:

  • open-computer-use
  • ocu
  • open-computer-use-mcp
  • open-codex-computer-use-mcp

Install

npm install -g open-computer-use

The root launcher resolves the current process.platform / process.arch pair and runs the matching bundled native runtime.

MCP config

If your MCP client accepts a stdio-style mcpServers JSON config, this is the default setup:

{
  "mcpServers": {
    "open-computer-use": {
      "command": "open-computer-use",
      "args": ["mcp"]
    }
  }
}

Package page: https://www.npmjs.com/package/open-computer-use

Use

open-computer-use --version
ocu --version
open-computer-use --help
open-computer-use mcp
ocu mcp
open-computer-use call list_apps

# macOS permission check and onboarding
open-computer-use doctor

# Installer helpers for MCP-capable CLIs
open-computer-use install-claude-mcp
open-computer-use install-gemini-mcp
open-computer-use install-gemini-mcp --scope user
open-computer-use install-codex-mcp
open-computer-use install-opencode-mcp
open-computer-use install-codex-plugin

Notes

  • Version: 0.3.5
  • Supported npm platforms: darwin-arm64, darwin-x64, linux-arm64, linux-x64, win32-arm64, win32-x64
  • macOS still requires Accessibility and Screen Recording permissions.
  • Linux requires a signed-in desktop session with AT-SPI2 / D-Bus accessibility available for real app control.
  • Windows requires a signed-in desktop session for UI Automation access.

Source repository: https://github.com/iFurySt/open-codex-computer-use

Keywords

computer-use

FAQs

Package last updated on 09 Sep 2026

Related posts