An MCP server using Puppeteer for browser automation, scraping, and interaction.
Loading more......
An MCP server for cloud browser automation using Browserbase, Puppeteer, and Stagehand, enabling LLMs to interact with web pages, take screenshots, and execute JavaScript in a headless browser environment.
Allows LLMs to control and interact with web browsers via Puppeteer and MCP, supporting web scraping, automated testing, and web-based report generation.
Integrates Playwright with MCP to enable automated web interactions, scraping, and testing across browsers.
An MCP server paired with a browser extension that allows LLMs to control Firefox browsers.
MCP servers for automating and controlling the user's browser using existing browser profiles, ideal for tasks requiring logged-in sessions and avoiding bot detection. Includes implementations by browsermcp and modelcontext.
Integrates with web browsers to enable automated web scraping, form filling, and interaction with web applications. This is a popular and well-maintained MCP server focused on browser automation.
A Model Context Protocol (MCP) server that provides browser automation capabilities using Puppeteer. This server enables large language models (LLMs) or other clients to interact with web pages, take screenshots, and execute JavaScript in a real browser environment.
Source: GitHub Repository
<select> elements.console://logs).screenshot://<name>).puppeteer_navigate: Navigate to a URL.puppeteer_screenshot: Capture screenshots (customizable by selector, width, height).puppeteer_click: Click elements by CSS selector.puppeteer_hover: Hover over elements by CSS selector.puppeteer_fill: Fill input fields by selector and value.puppeteer_select: Select options in <select> elements by selector and value.puppeteer_evaluate: Execute JavaScript code in the browser.Licensed under the MIT License. Free to use, modify, and distribute under the terms of the MIT License.
No pricing information is provided; the project is open source and free to use under the MIT License.