by merajmehrabi · MCP Server · ★ 407
Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h
Puppeteer MCP Server This MCP server provides browser automation capabilities through Puppeteer, allowing interaction with both new browser instances and existing Chrome windows. Acknowledgment This project is an experimental implementation inspired by @modelcontextprotocol/server-puppeteer. While it shares similar goals and concepts, it explores alternative approaches to browser automation through the Model Context Protocol. Features Navigate web pages Take screenshots Click elements Fill forms Select options Hover elements Execute JavaScript Smart Chrome tab management: Connect to active Chrome tabs Preserve existing Chrome instances Intelligent connection handling Project Structure / ├── src/ │ ├── config/ # Configuration modules │ ├── tools/ # Tool definitions and handlers │ ├── browser/ # Browser connection management │ ├── types/ # TypeScript type definitions │ ├── resources/ # Resource handlers │ └── server.ts # Server initialization ├── index.ts # Entry point └── README.md # Documentation
| Stars | 407 |
| Forks | 53 |
| Language | TypeScript |
| Category | MCP Server |
| License | MIT |
| Quality Score | 72.7681602404142/100 |
| Open Issues | 13 |
| Last Updated | 2025-03-14 |
| Created | 2025-02-10 |
| Platforms | browser, mcp, node |
| Est. Tokens | ~5k |
These tools work well together with puppeteer-mcp-server for enhanced workflows:
Explore other popular mcp server tools:
puppeteer-mcp-server is This MCP server provides browser automation capabilities through Puppeteer, allowing interaction with both new browser instances and existing Chrome windows.. It is categorized as a MCP Server with 407 GitHub stars.
puppeteer-mcp-server is primarily written in TypeScript.
You can find installation instructions and usage details in the puppeteer-mcp-server GitHub repository at github.com/merajmehrabi/puppeteer-mcp-server. The project has 407 stars and 53 forks, indicating an active community.
puppeteer-mcp-server is released under the MIT license, making it free to use and modify according to the license terms.