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.
浏览器自动化 分类下的更多 MCP 服务器
X Twitter Scraper
Xquik-devTwitter scraper API skill for tweet search, advanced Twitter search, profile tweets, follower export, media download, monitors, webhooks, MCP, and posting automation: send tweets and replies.
Puppeteer MCP Server
merajmehrabiThis MCP server provides browser automation capabilities through Puppeteer, allowing interaction with both new browser instances and existing Chrome windows.
Fetch MCP Server
zcaceresA flexible HTTP fetching Model Context Protocol server.
Scrapling Fetch MCP
cyberchittaHelps AI assistants access text content from bot-protected websites. MCP server that fetches HTML/markdown from sites with anti-automation measures using Scrapling.
browser-mcp
djydeA browser extension and MCP server that allows you to interact with the browser you are using.
评论