Skip to content

windows computer use mcp for Zed

io.github.hiphopanda/windows-computer-use-mcp

Control Windows desktop via MCP: mouse, keyboard, screenshots, clipboard, and apps.

client:Zed transport:stdio runtime:npm

Install windows computer use mcp in Zed

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

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

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

windows computer use mcp in other clients