Skip to content
Cline

omni computer use for Cline

io.github.jason26214/omni-computer-use

Windows MCP server replicating Anthropic's computer-use tool surface, for any MCP client.

client:Cline transport:stdio runtime:pypi

Install omni computer use in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "omni-computer-use": {
      "command": "uvx",
      "args": [
        "omni-computer-use-mcp"
      ],
      "env": {
        "COMPUTER_USE_MAX_PIXELS": "<COMPUTER_USE_MAX_PIXELS>",
        "COMPUTER_USE_MASKING": "<COMPUTER_USE_MASKING>",
        "COMPUTER_USE_ENFORCE_FOREGROUND": "<COMPUTER_USE_ENFORCE_FOREGROUND>",
        "COMPUTER_USE_DEV": "<COMPUTER_USE_DEV>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

omni computer use in other clients