MCP Macaco Playwright

MCP Macaco Playwright

Official
macacoai

Provides 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.

1261 views1Local (stdio)

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

AI agents performing web scraping tasksAutomated browser testing and QA workflowsWeb automation for data collectionAutomated form filling and submission
50+ specialized automation functionsChrome DevTools Protocol integrationMulti-browser support (Chrome, Firefox, Safari, Edge)

Tools (28)

browser_close

Close the browser context, terminating all associated tabs and pages

browser_resize

Resize the browser window to simulate different device viewports. Available options: mobile (375x667px - iPhone), tablet (768x1024px - iPad), desktop (1280x720px - HD)

browser_console_messages

Retrieves all console messages (logs, errors, warnings, info, debug) from the browser tab's console output.

browser_handle_dialog

Handles native browser dialogs that appear from JavaScript alert(), confirm(), or prompt() calls. Can accept/dismiss and provide text input for prompts.

browser_evaluate

Runs custom JavaScript functions in the browser, targeting either the page or specific elements, and returns the result.

Alternatives