TTokenySpace
返回 MCP 列表

Ultra-lightweight headless browser for AI agents. Single Rust binary, 4 language SDKs (Python/JS/C#/Java).

2Pythonv0.12.2更新于 2026/7/10
GitHub
0

介绍

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

README

B4n1Web — Agentic Browser Engine

GitHub PyPI npm NuGet Maven Central Docs

Ultra-lightweight headless browser for AI agents.

📖 Full documentation: https://B4N1-com.github.io/b4n1-web/ Single Rust binary, 4 language SDKs. Navigate URLs, extract structured content (markdown, links, screenshots), and build autonomous agent workflows.

Quick Start

# Install the binary
curl -sL https://b4n1.com/install | bash

# Or use your preferred package manager
pip install b4n1-web
npm install b4n1-web
dotnet add package B4n1Web
# Java: add dependency from Maven Central
from b4n1web import AgentBrowser

browser = AgentBrowser()
page = browser.goto("https://example.com")
print(page.markdown)
browser.close()

MCP Server

# stdio mode (default)
b4n1web mcp

# Or with each SDK
npx b4n1-web mcp
uvx b4n1-web mcp

SDK Matrix

LanguagePackageVersionBinary
Pythonb4n1-web0.12.2Bundled (musl)
JavaScript/TypeScriptb4n1-web0.12.2Bundled (musl)
Javacom.b4n1:b4n1-web0.12.2Bundled (musl)
C# (.NET)B4n1Web0.12.2Bundled (musl)

Browser Modes

ModeDescriptionRAMStartup
LightHTTP fetch + HTML parsing~15MBInstant
JSLight + JavaScript extraction~15MBInstant
RenderFull Chromium + screenshots~100MB~2s

Features

  • 33 MCP tools for AI agent integration
  • 4 language SDKs (Python, JS, Java, C#)
  • Self-contained binary ~11MB, 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

Links

License

MIT

评论

加载中…

同类推荐