open-browser-use
by iFurySt·★ 83·综合分 46
跨平台浏览器自动化MCP服务器,支持AI代理、CLI和多语言SDK。
概述
Open Browser Use是一个跨AI代理运行时的浏览器自动化层,通过浏览器扩展和CLI工具的组合提供Chrome自动化功能。该项目作为MCP服务器暴露了浏览器工具,包括标签页管理、导航、CDP访问、动作规划和清理功能。它通过专门的SDK支持多种编程语言,包括JavaScript、Python和Go。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
当您需要多语言SDK支持的Chrome浏览器自动化开源解决方案时,为AI代理选择这个工具。
什么时候不要选它
如果您需要非Chrome浏览器的自动化或需要更高级的浏览器控制功能,请勿选择此工具。
此 server 暴露的工具
从 README 抽取出 7 个工具list_tabsList all browser tabs
open_tabOpen a new browser tab
claim_tabClaim control of a browser tab
navigateNavigate to a URL in the current tab
cdpExecute Chrome DevTools Protocol commands
action_planExecute a sequence of browser actions
cleanupClean up browser resources and state
说明:Tool names were inferred from the description 'The server exposes browser tools for tab listing, opening, claiming, navigation, CDP, action plans, and cleanup.' without explicit documentation of their exact names or signatures.
可对比工具
安装
全局安装CLI工具:
npm i -g open-browser-use
open-browser-use setupMCP服务器集成:
npx add-mcp "obu mcp" --name open_browser_use --all -g -yClaude Desktop手动配置:
[mcp_servers.open_browser_use]
command = "obu"
args = ["mcp"]FAQ
- 支持哪些浏览器?
- 目前只正式支持Chrome浏览器,但架构设计上与浏览器无关。
- 与Chrome Browser Use相比如何?
- 它是Codex.app中Chrome浏览器使用功能的开源替代方案,没有供应商锁定,支持跨平台。
open-browser-use 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。