Skip to content
Zed

Computer Use for Zed

io.github.domdomegg/computer-use-mcp

Control your computer with screenshots, mouse, and keyboard automation.

client:Zed transport:stdio runtime:npm

Install Computer Use in Zed

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

{
  "context_servers": {
    "computer-use-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "computer-use-mcp"
      ]
    }
  }
}

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

Computer Use in other clients