Browser Automation MCP Server
@samihalawa
A Model Context Protocol (MCP) server that provides browser automation capabilities for Claude and other MCP-compatible AI assistants
Overview
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.