
MCP Macaco Playwright
OfficialProvides comprehensive browser automation through Playwright with 50+ functions for web scraping, testing, and automated browsing tasks. Includes Chrome DevTools Protocol support and is optimized for AI agents.
What it does
- Navigate web pages and control browser instances
- Fill forms and handle file uploads automatically
- Extract data and take screenshots from web pages
- Monitor network requests and console messages
- Execute custom JavaScript in browser context
- Handle browser dialogs and alerts
Best for
Tools (28)
Close the browser context, terminating all associated tabs and pages
Resize the browser window to simulate different device viewports. Available options: mobile (375x667px - iPhone), tablet (768x1024px - iPad), desktop (1280x720px - HD)
Retrieves all console messages (logs, errors, warnings, info, debug) from the browser tab's console output.
Handles native browser dialogs that appear from JavaScript alert(), confirm(), or prompt() calls. Can accept/dismiss and provide text input for prompts.
Runs custom JavaScript functions in the browser, targeting either the page or specific elements, and returns the result.