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
基本情報
設定
ツール
ツールは検出されませんでした
ツールは 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.
「ブラウザ自動化」の他のコンテンツ
browser-use-mcp-server
co-browserBrowse the web, directly from Cursor etc.

Puppeteer
modelcontextprotocolModel Context Protocol Servers
playwright-server MCP server
blackwhite084MCP server w/ Browser Use
JovaniPinkFastAPI server implementing MCP protocol Browser automation via browser-use library.
Puppeteer MCP Server
merajmehrabiThis MCP server provides browser automation capabilities through Puppeteer, allowing interaction with both new browser instances and existing Chrome windows.
コメント