MCP Catalogs
首页

open-browser-use

by iFurySt·83·综合分 46

跨平台浏览器自动化MCP服务器,支持AI代理、CLI和多语言SDK。

browser-automationdeveloper-toolsweb-scraping
12
Forks
0
活跃 Issue
本月
最近提交
2 天前
收录于

概述

Open Browser Use是一个跨AI代理运行时的浏览器自动化层,通过浏览器扩展和CLI工具的组合提供Chrome自动化功能。该项目作为MCP服务器暴露了浏览器工具,包括标签页管理、导航、CDP访问、动作规划和清理功能。它通过专门的SDK支持多种编程语言,包括JavaScript、Python和Go。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:AI代理的自动化网页测试和UI交互
:使用AI进行网页抓取和数据提取
:无供应商锁定的跨平台浏览器自动化
:支持哪些浏览器?
:与Chrome Browser Use相比如何?

什么时候选它

当您需要多语言SDK支持的Chrome浏览器自动化开源解决方案时,为AI代理选择这个工具。

什么时候不要选它

如果您需要非Chrome浏览器的自动化或需要更高级的浏览器控制功能,请勿选择此工具。

此 server 暴露的工具

从 README 抽取出 7 个工具
  • list_tabs

    List all browser tabs

  • open_tab

    Open a new browser tab

  • claim_tab

    Claim control of a browser tab

  • navigate

    Navigate to a URL in the current tab

  • cdp

    Execute Chrome DevTools Protocol commands

  • action_plan

    Execute a sequence of browser actions

  • cleanup

    Clean 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.

可对比工具

browserlesspuppeteerplaywrightselenium

安装

全局安装CLI工具:

npm i -g open-browser-use
open-browser-use setup

MCP服务器集成:

npx add-mcp "obu mcp" --name open_browser_use --all -g -y

Claude Desktop手动配置:

[mcp_servers.open_browser_use]
command = "obu"
args = ["mcp"]

FAQ

支持哪些浏览器?
目前只正式支持Chrome浏览器,但架构设计上与浏览器无关。
与Chrome Browser Use相比如何?
它是Codex.app中Chrome浏览器使用功能的开源替代方案,没有供应商锁定,支持跨平台。

open-browser-use 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。