PluginBench
MCP Server
Active
MIT

io.github.Jason26214/omni-computer-use MCP Server

io.github.Jason26214/omni-computer-use

What is the io.github.Jason26214/omni-computer-use MCP server?

A 1:1 replica of Claude Desktop's computer-use tool surface, for Windows and the Claude Code CLI.

How to install io.github.Jason26214/omni-computer-use

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • COMPUTER_USE_MAX_PIXELS

    Max pixels in a downscaled screenshot (default 1200000, ~1.2 MP).

  • COMPUTER_USE_MASKING

    Mask non-allowlisted app windows in screenshots ('on'/'off', default off).

  • COMPUTER_USE_ENFORCE_FOREGROUND

    Block input when the frontmost app is not allowlisted ('on'/'off', default off).

  • COMPUTER_USE_DEV

    Register the reload hot-reload developer tool ('on'/'off', default off).

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "omni-computer-use": {
      "command": "uvx",
      "args": [
        "omni-computer-use-mcp"
      ],
      "env": {
        "COMPUTER_USE_MAX_PIXELS": "<YOUR_COMPUTER_USE_MAX_PIXELS>",
        "COMPUTER_USE_MASKING": "<YOUR_COMPUTER_USE_MASKING>",
        "COMPUTER_USE_ENFORCE_FOREGROUND": "<YOUR_COMPUTER_USE_ENFORCE_FOREGROUND>",
        "COMPUTER_USE_DEV": "<YOUR_COMPUTER_USE_DEV>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "omni-computer-use": {
      "command": "uvx",
      "args": [
        "omni-computer-use-mcp"
      ],
      "env": {
        "COMPUTER_USE_MAX_PIXELS": "<YOUR_COMPUTER_USE_MAX_PIXELS>",
        "COMPUTER_USE_MASKING": "<YOUR_COMPUTER_USE_MASKING>",
        "COMPUTER_USE_ENFORCE_FOREGROUND": "<YOUR_COMPUTER_USE_ENFORCE_FOREGROUND>",
        "COMPUTER_USE_DEV": "<YOUR_COMPUTER_USE_DEV>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "omni-computer-use": {
      "command": "uvx",
      "args": [
        "omni-computer-use-mcp"
      ],
      "env": {
        "COMPUTER_USE_MAX_PIXELS": "<YOUR_COMPUTER_USE_MAX_PIXELS>",
        "COMPUTER_USE_MASKING": "<YOUR_COMPUTER_USE_MASKING>",
        "COMPUTER_USE_ENFORCE_FOREGROUND": "<YOUR_COMPUTER_USE_ENFORCE_FOREGROUND>",
        "COMPUTER_USE_DEV": "<YOUR_COMPUTER_USE_DEV>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "omni-computer-use": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "omni-computer-use-mcp"
      ],
      "env": {
        "COMPUTER_USE_MAX_PIXELS": "<YOUR_COMPUTER_USE_MAX_PIXELS>",
        "COMPUTER_USE_MASKING": "<YOUR_COMPUTER_USE_MASKING>",
        "COMPUTER_USE_ENFORCE_FOREGROUND": "<YOUR_COMPUTER_USE_ENFORCE_FOREGROUND>",
        "COMPUTER_USE_DEV": "<YOUR_COMPUTER_USE_DEV>"
      }
    }
  }
}
Claude Code
claude mcp add omni-computer-use --env COMPUTER_USE_MAX_PIXELS=<YOUR_COMPUTER_USE_MAX_PIXELS> --env COMPUTER_USE_MASKING=<YOUR_COMPUTER_USE_MASKING> --env COMPUTER_USE_ENFORCE_FOREGROUND=<YOUR_COMPUTER_USE_ENFORCE_FOREGROUND> --env COMPUTER_USE_DEV=<YOUR_COMPUTER_USE_DEV> -- uvx omni-computer-use-mcp

Related MCP servers

A 1:1 replica of Claude Desktop's computer-use tool surface, for Windows and the Claude Code CLI.

1
Python
MIT
View repository →

A minimal, transparent PowerShell 7 MCP for Windows — one tool: raw exit code, stdout, stderr.

1
Python
MIT
View repository →