Skip to content
VS Code

browser automation for VS Code

io.github.dataleadspro/browser-automation

Programmatic headless browser sessions: create, interact, browse, and extract - rendered in a real

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

Install browser automation in VS Code

.vscode/mcp.json

{
  "servers": {
    "browser-automation": {
      "type": "http",
      "url": "https://data.dataleads.pro/mcp/browser-automation"
    }
  }
}

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

browser automation in other clients