Odel
B4n1Web

B4n1Web

Local
@b4n1-com2PythonUpdated 4 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmb4n1-webv0.12.1

Run

npx -y b4n1-web

MCP client config

{
  "mcpServers": {
    "b4n1web": {
      "command": "npx",
      "args": [
        "-y",
        "b4n1-web"
      ]
    }
  }
}
PyPIb4n1-webv0.12.1

Run

uvx b4n1-web

MCP client config

{
  "mcpServers": {
    "b4n1web": {
      "command": "uvx",
      "args": [
        "b4n1-web"
      ]
    }
  }
}
NuGetB4n1Webv0.12.1

Published to NuGet as `B4n1Web` — run it with your .NET MCP host.