Pyppeteer浏览器自动化
STDIO基于MCP框架的无头浏览器控制工具
基于MCP框架的无头浏览器控制工具
The MCP Servers with Pyppeteer is a tool that allows you to control a headless browser using Pyppeteer, enabling automated navigation, screenshot capturing, interaction with page elements, and more. This project was developed to facilitate the creation of automation servers based on the MCP (Multi-Context Protocol) framework.
Make sure you have the following installed before getting started:
To install MCP Servers for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @devalexandre/mcp-servers --client claude
Install the Package:
pip install -e git+https://github.com/devalexandre/mcp-servers.git#egg=mcp-servers
Clone the Repository:
git clone https://github.com/devalexandre/mcp-servers.git cd mcp-servers
Create a Virtual Environment (Optional):
python -m venv venv source venv/bin/activate # On Windows, use `venv\Scripts\activate` pip install -r requirements.txt
nstall the Package in Editable Mode:
pip install -e .