Puppeteer
Summary
This Puppeteer-based MCP server, developed by Anthropic, enables browser automation and web interaction capabilities for AI models. It provides tools for navigating web pages, taking screenshots, clicking elements, filling forms, and executing JavaScript in a real browser environment. The server uses Puppeteer to control either a headless Chromium instance (in Docker) or a visible browser window (when run locally). It integrates with TensorFlow.js for text embedding generation. This implementation is particularly useful for web scraping, automated testing, and scenarios where AI models need to interact with web content in a realistic browser context.
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
커뮤니티 리뷰
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요