Skip to main content
Glama

Browser Automation MCP Server

浏览器自动化 MCP 服务器

这是一个模型上下文协议 (MCP) 服务器,为 Roo Code 提供浏览器自动化功能。它使 AI 代理能够通过标准化界面控制 Web 浏览器。

特征

  • 浏览器控制(启动、关闭)
  • 鼠标交互(点击坐标)
  • 键盘输入(输入文本)
  • 页面导航(向上/向下滚动)
  • 固定视口尺寸(900x600)

安装

  1. 克隆存储库:
git clone https://github.com/grapheneaffiliates/browser-automation-mcp.git cd browser-automation-mcp
  1. 安装依赖项:
npm install
  1. 构建项目:
npm run build

配置

将以下内容添加到您的 Cline MCP 设置文件中:

{ "mcpServers": { "browser": { "command": "node", "args": ["path/to/browser-server/build/index.js"], "disabled": false, "alwaysAllow": [] } } }

可用工具

该服务器提供以下 MCP 工具:

  • launch_browser :在指定的 URL 启动新的浏览器实例
  • click :单击页面上特定的 x,y 坐标
  • type :在页面中输入文本
  • scroll :向上或向下滚动页面
  • close_browser :关闭浏览器实例

使用示例

// Using the MCP tools in Roo Code const result = await use_mcp_tool({ server_name: "browser", tool_name: "launch_browser", arguments: { url: "https://example.com" } });

执照

麻省理工学院

-
security - not tested
F
license - not found
-
quality - not tested

使 AI 代理能够通过标准化界面控制 Web 浏览器,执行启动、交互和关闭浏览器等操作。

  1. 特征
    1. 安装
      1. 配置
        1. 可用工具
          1. 使用示例
            1. 执照

              Related MCP Servers

              • A
                security
                F
                license
                A
                quality
                Enables AI agents to interact with web browsers using natural language, featuring automated browsing, form filling, vision-based element detection, and structured JSON responses for systematic browser control.
                Last updated -
                1
                43
                Python
                • Linux
                • Apple
              • -
                security
                F
                license
                -
                quality
                A web browser automation server that allows AI assistants to control Chrome with persistent state management, enabling complex browsing tasks through asynchronous browser operations.
                Last updated -
                1
                Python
                • Apple
              • -
                security
                A
                license
                -
                quality
                AI-driven browser automation server that implements the Model Context Protocol to enable natural language control of web browsers for tasks like navigation, form filling, and visual interaction.
                Last updated -
                1
                Python
                MIT License
                • Apple
              • -
                security
                A
                license
                -
                quality
                Empowers AI agents to perform web browsing, automation, and scraping tasks with minimal supervision using natural language instructions and Selenium.
                Last updated -
                1
                Python
                Apache 2.0
                • Apple

              View all related MCP servers

              MCP directory API

              We provide all the information about MCP servers via our MCP API.

              curl -X GET 'https://glama.ai/api/mcp/v1/servers/grapheneaffiliate/browser-automation-mcp'

              If you have feedback or need assistance with the MCP directory API, please join our Discord server