MCPServers
Puppeteer Extra Stealth - MCP server logo

Puppeteer Extra Stealth

1
0

Summary

MCP Puppeteer-Extra provides enhanced browser automation capabilities using Puppeteer-Extra with Stealth Plugin, enabling LLMs to interact with web pages while avoiding detection as automation. Built by Gpaul (Faldin), it offers a suite of tools for navigating websites, capturing screenshots, interacting with elements (click, fill, select, hover), and executing JavaScript in the browser console. The implementation is containerized with Docker for easy deployment and includes resource endpoints for accessing screenshots and console logs, making it particularly valuable for web scraping, testing, and automation workflows that require human-like browser interactions.

Available Actions(7)

puppeteer_navigate

Navigate to any URL in the browser. Input: `url` (string)

puppeteer_screenshot

Capture screenshots of the entire page or specific elements. Inputs: `name` (string, required), `selector` (string, optional), `width` (number, optional, default: 800), `height` (number, optional, default: 600)

puppeteer_click

Click elements on the page. Input: `selector` (string): CSS selector for element to click

puppeteer_hover

Hover elements on the page. Input: `selector` (string): CSS selector for element to hover

puppeteer_fill

Fill out input fields. Inputs: `selector` (string): CSS selector for input field, `value` (string): Value to fill

puppeteer_select

Select an element with SELECT tag. Inputs: `selector` (string): CSS selector for element to select, `value` (string): Value to select

puppeteer_evaluate

Execute JavaScript in the browser console. Input: `script` (string): JavaScript code to execute

Last Updated: April 17, 2025

コミュニティレビュー

0.0
0 レビュー
5
0
4
0
3
0
2
0
1
0

まだレビューはありません. 最初のレビューを投稿しましょう!

会話に参加するにはサインインしてください

Coming soon to
HighlightHighlight AI

言語

TypeScript

カテゴリ

タグ