Skip to content
VS Code

B4n1Web for VS Code

io.github.b4n1-com/b4n1web

Ultra-lightweight browser engine for AI agents. 33 MCP tools, 4 SDKs, cross-platform.

client:VS Code transport:stdio runtime:npm

Install B4n1Web in VS Code

.vscode/mcp.json

{
  "servers": {
    "b4n1web": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "b4n1-web"
      ]
    }
  }
}

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

B4n1Web in other clients