Skip to content
VS Code

Uindow for VS Code

io.github.uindow/uindow

Real signed-browser automation for AI agents, over a local stdio MCP server.

client:VS Code transport:stdio runtime:npm

Install Uindow in VS Code

.vscode/mcp.json

{
  "servers": {
    "uindow": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@uindow/cli"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Uindow in other clients