Skip to content
Cursor

computer use omni for Cursor

io.github.jason26214/computer-use-omni

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

client:Cursor transport:stdio runtime:pypi

Install computer use omni in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "computer-use-omni": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "computer-use-omni"
      ],
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

computer use omni in other clients