mcp-server-playwright-headless

mcp-server-playwright-headless

3.5

The MCP Server Playwright Headless is a Model Context Protocol server designed for comprehensive browser automation using Playwright in a headless Firefox setup. It offers features like screenshot management, console log monitoring, and JavaScript execution, accommodating various web interactions for enhanced automation.

browser_navigate

Navigate to any URL

browser_screenshot

Capture screenshots of pages or elements

browser_click

Click on an element through the CSS selector

browser_click_text

Click on an element through text content

browser_hover

Hover element through CSS selector

browser_hover_text

Hover element through text content

browser_fill

Fill in the input field

browser_select

Select the drop-down option via the CSS selector

browser_select_text

Select the drop-down option through text content

browser_evaluate

Execute JavaScript in the browser console