open-codex-computer-use-mcp
v0.1.36
Published
Cross-platform Computer Use MCP server launcher. After install, configure open-computer-use mcp.
Downloads
3,824
Maintainers
Readme
open-codex-computer-use-mcp
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-arm64darwin-x64linux-arm64linux-x64win32-arm64win32-x64
Global command aliases:
open-computer-useopen-computer-use-mcpopen-codex-computer-use-mcp
Install
npm install -g open-codex-computer-use-mcpThe 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-codex-computer-use-mcp
Use
open-computer-use --version
open-computer-use --help
open-computer-use 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-pluginNotes
- Version:
0.1.36 - Supported npm platforms:
darwin-arm64,darwin-x64,linux-arm64,linux-x64,win32-arm64,win32-x64 - macOS still requires
AccessibilityandScreen Recordingpermissions. - 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
