MCP.so
ログイン

Browser Automation MCP Server

@samihalawa

Browser Automation MCP Server について

A Model Context Protocol (MCP) server that provides browser automation capabilities for Claude and other MCP-compatible AI assistants

基本情報

カテゴリ

ブラウザ自動化

ランタイム

node

トランスポート

stdio

公開者

samihalawa

設定

標準の設定はありません

このサーバーの README には解析可能な MCP 設定ブロックが含まれていません。インストール手順はリポジトリをご確認ください。

リポジトリ

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Browser Automation MCP Server?

Browser Automation MCP Server is a Model Context Protocol (MCP) server that provides browser automation capabilities for Claude and other MCP-compatible AI assistants.

How to use Browser Automation MCP Server?

Clone the repository, install dependencies with npm install, build with npm run build, then start with npm start. Configure it in your MCP configuration JSON with the command, args, port 3008, and environment variables. The server exposes tools such as navigate, screenshot, click, type, extract, and evaluate.

Key features of Browser Automation MCP Server

  • Control web browsers programmatically
  • Capture screenshots of web pages
  • Click, type, and interact with web elements
  • Navigate between pages and manage browser state
  • Automate form filling and submission
  • Extract data from web pages

Use cases of Browser Automation MCP Server

  • Navigate to a URL and take a full-page screenshot
  • Click a button after waiting for a selector
  • Fill and submit forms (e.g., login forms)
  • Extract text content or attributes from page elements
  • Execute custom JavaScript in the browser context

FAQ from Browser Automation MCP Server

What is Browser Automation MCP Server?

It is an MCP server that enables AI assistants like Claude to automate web browsers (navigate, click, type, screenshot, extract data).

What are the requirements?

Node.js 14+ and Playwright for browser automation are required.

How do I install and configure it?

Clone the repository, run npm install and npm build, then add the server to your MCP configuration with the correct paths and set port to 3008.

What tools does it provide?

Available tools: navigate, screenshot, click, type, extract, and evaluate – each with documented parameters.

What is the license?

The project is licensed under the MIT license.

コメント

「ブラウザ自動化」の他のコンテンツ