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.

评论

浏览器自动化 分类下的更多 MCP 服务器