Skip to content
Cursor

B4n1Web for Cursor

io.github.b4n1-com/b4n1web

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

client:Cursor transport:stdio runtime:npm

Install B4n1Web in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "b4n1web": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "b4n1-web"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

B4n1Web in other clients