Skip to content

omni computer use for Zed

io.github.jason26214/omni-computer-use

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

client:Zed transport:stdio runtime:pypi

Install omni computer use in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

omni computer use in other clients