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).
Run
npx -y b4n1-web
MCP client config
{
"mcpServers": {
"b4n1web": {
"command": "npx",
"args": [
"-y",
"b4n1-web"
]
}
}
}Run
uvx b4n1-web
MCP client config
{
"mcpServers": {
"b4n1web": {
"command": "uvx",
"args": [
"b4n1-web"
]
}
}
}Published to NuGet as `B4n1Web` — run it with your .NET MCP host.