b4n1-web
OfficialClick on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@b4n1-webextract the main content from https://example.com in markdown"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
🌐 B4n1Web — Agentic Browser Engine
Ultra-lightweight headless browser for AI agents.
Single Rust binary · 4 language SDKs · 33 MCP tools. Navigate URLs, extract structured content (markdown, links, screenshots), and build autonomous agent workflows.
📖 Full documentation: https://B4N1-com.github.io/b4n1-web/
🌍 Languages / Idiomas / 语言
🇬🇧 English | 🇪🇸 Español | 🇫🇷 Français | 🇩🇪 Deutsch | 🇵🇹 Português | 🇮🇹 Italiano |
🇨🇳 简体中文 | 🇯🇵 日本語 | 🇰🇷 한국어 | 🇷🇺 Русский | 🇸🇦 العربية | 🇮🇳 हिन्दी |
Related MCP server: Scout
🖥 Platform Support
8 pre-compiled binaries — works everywhere:
Platform | Architectures | Binary |
Linux | x86_64, aarch64, i686 |
|
macOS | x86_64, arm64 |
|
Windows | x86_64, arm64, i686 |
|
Quick Start
# Install the binary
curl -sL https://raw.githubusercontent.com/B4N1-com/b4n1-web/master/scripts/install.sh | bash
# Or use your preferred package manager
pip install b4n1-web
npm install b4n1-web
dotnet add package B4n1Web
# Java: add dependency from Maven Centralfrom b4n1web import AgentBrowser
browser = AgentBrowser()
page = browser.goto("https://example.com")
print(page.markdown)
browser.close()MCP Server
# stdio mode (default)
b4n1web mcp
npx b4n1-web mcp
uvx b4n1-web mcpSDK Matrix
Language | Package | Version | Binary |
Python |
| 0.13.0 | Bundled (musl) |
JavaScript/TypeScript |
| 0.13.0 | Bundled (musl) |
Java |
| 0.13.0 | Bundled (musl) |
C# (.NET) |
| 0.13.0 | Bundled (musl) |
Browser Modes
Mode | Description | RAM | Startup |
Light | HTTP fetch + HTML parsing | ~15MB | Instant |
JS | Light + JavaScript extraction | ~15MB | Instant |
Render | Full Chromium + screenshots | ~100MB | ~2s |
Features
33 MCP tools for AI agent integration
4 language SDKs (Python, JS, Java, C#) with bundled binary
Self-contained binary ~12MB, no dependencies
Static linking (musl) — works on any Linux, no glibc required
Three modes: Light (instant), JS (scripts), Render (Chromium)
Security shield: domain filtering, safe browsing
Network interception: block resources, mock responses
MCP Server: stdio transport, no port needed
Documentation
📖 Full documentation — mdBook
Agent Reference — AI agent integration
MCP Tools — MCP registry
Links
Website: https://b4n1.com
Maven Central: https://central.sonatype.com/artifact/com.b4n1/b4n1-web
License & Commercial Terms
Original Source Code: 100% Proprietary and Closed Source (All Rights Reserved by Bani Montoya).
Binaries & SDK Tools: Provided under the Business Source License 1.1 (BSL 1.1).
Free Tier: 100% free for development, evaluation, testing, personal projects, and startups with gross annual revenue < $100,000 USD.
Mandatory Enterprise B2B License: Required for government agencies, public bidding projects, and enterprises with gross annual revenue >= $100,000 USD.
For Enterprise B2B licensing inquiries, visit https://b4n1.com/licensing or email b4n1@b4n1.com.
This server cannot be deployed
Maintenance
Related MCP Connectors
Headless browser primitives for AI agents when sites need real JS rendering.
Hyperbrowser MCP — wraps the Hyperbrowser AI-agent browsing API
Hosted browser for AI agents: screenshots, post-JS DOM, console, WCAG. No install, no API key.
Stealth web browser for agents: search, fetch, click, download and type in persistent MCP sessions.
Related MCP Servers
AlicenseNot gradedqualityBmaintenanceAgent-native headless browser for AI agents. Converts web pages to a Semantic Object Model (SOM) instead of raw HTML — 17x average token reduction across real-world sites (up to 117x on complex pages). Native MCP server with fetch_page, extract_text, extract_links, and full browser automation. No API key required.28 npmApache 2.0- AlicenseNot gradedqualityAmaintenancesingle-binary MCP server that gives AI agents a browser. 66 tools for navigation, form filling, data extraction, screenshots, and DOM diffing — built on pure Chrome DevTools Protocol.13MIT
- AlicenseBqualityAmaintenanceLightweight local MCP browser for LLM agents. Runs JavaScript, follows links, fills forms, manages cookies, and returns compact BlockMaps without Chrome.3215Apache 2.0
- FlicenseNot gradedqualityCmaintenanceHeadless browser automation for LLM agents via REST API or MCP tools. Enables navigating pages, reading structured content, clicking elements, filling forms, and executing JavaScript.-