Skip to main content
Glama

Browser Automation MCP Server

ブラウザ自動化MCPサーバー

これは、Roo Codeにブラウザ自動化機能を提供するモデルコンテキストプロトコル(MCP)サーバーです。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