b4n1-web
OfficialClick on "Install 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.
🌍 Languages / Idiomas / 语言
🇬🇧 English | 🇪🇸 Español | 🇫🇷 Français | 🇩🇪 Deutsch | 🇵🇹 Português | 🇮🇹 Italiano |
🇨🇳 简体中文 | 🇯🇵 日本語 | 🇰🇷 한국어 | 🇷🇺 Русский | 🇸🇦 العربية | 🇮🇳 हिन्दी |
Related MCP server: Scout
🖥 Platform Support
8 pre-built binaries — works everywhere:
Platform | Architectures | Binary |
Linux | x86_64, aarch64, i686 |
|
macOS | x86_64, arm64 |
|
Windows | x86_64, arm64, i686 |
|
The SDKs bundle the correct binary automatically — no separate install needed.
Features
33 MCP tools for AI agent integration
Single self-contained Rust binary ~11MB, no runtime dependencies
4 language SDKs (Python, JS, Java, C#) with bundled binary
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
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 |
Quick Start
Install the binary or use your preferred package manager:
# Binary (Linux, macOS, Windows — no dependencies)
curl -sL https://b4n1.com/install | bash
# Or via package managers
pip install b4n1-web
npm install b4n1-web
dotnet add package B4n1Web
# Java: add dependency from Maven CentralBasic usage:
from 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.12.3 | Bundled (musl) |
JavaScript/TypeScript |
| 0.12.3 | Bundled (musl) |
Java |
| 0.12.3 | Bundled (musl) |
C# (.NET) |
| 0.12.3 | Bundled (musl) |
Documentation
📖 Full Documentation — mdBook
MCP Tools — MCP registry
Links
Website: https://b4n1.com
Maven Central: https://central.sonatype.com/artifact/com.b4n1/b4n1-web
License
Apache License 2.0
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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.37Apache 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.7MIT
- AlicenseAqualityAmaintenanceLightweight local MCP browser for LLM agents. Runs JavaScript, follows links, fills forms, manages cookies, and returns compact BlockMaps without Chrome.163214Apache 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.
Related MCP Connectors
Stealth web browser for agents: search, fetch, click and type through persistent sessions over MCP.
Web scraping for AI agents. Converts URLs to clean, LLM-ready Markdown with anti-bot bypass.
AI-powered browser automation — navigate, click, fill forms, and extract data from any website.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/B4N1-com/b4n1-web'
If you have feedback or need assistance with the MCP directory API, please join our Discord server