mcp-puppeteer
0
This project is an MCP Server designed to control Chrome using Puppeteer. It focuses on facilitating remote debugging and integration with Cursor using Server-Sent Events.
Overview
A simple MCP Server for controlling Chrome via Puppeteer. This project utilizes puppeteer-core
and requires the user to start Chrome with remote debugging enabled. It is compatible with Cursor and supports Server-Sent Events (SSE) for communication.
Usage
- Install dependencies using
pnpm i
. - Start the MCP Server with
pnpm run start
. - Configure the MCP server in Cursor settings to connect to
http://localhost:7742/sse
.