Skip to content
VS Code

WebRun Browser Automation for VS Code

ai.webrun/webrun

Run multi-step tasks in a real Chrome browser: persistent environments, live view, human takeover.

client:VS Code transport:streamable-http tools:21

Install WebRun Browser Automation in VS Code

.vscode/mcp.json

{
  "servers": {
    "webrun": {
      "type": "http",
      "url": "https://api.webrun.ai/mcp"
    }
  }
}

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

What VS Code can do once it is connected

WebRun Browser Automation in other clients