MCP-Server-Playwright

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
Browser console logs

Tools

Functions exposed to the LLM to take actions

NameDescription
browser_navigate

Navigate to a URL

browser_screenshot

Take a screenshot of the current page or a specific element

browser_click

Click an element on the page using CSS selector

browser_click_text

Click an element on the page by its text content

browser_fill

Fill out an input field

browser_select

Select an element on the page with Select tag using CSS selector

browser_select_text

Select an element on the page with Select tag by its text content

browser_hover

Hover an element on the page using CSS selector

browser_hover_text

Hover an element on the page by its text content

browser_evaluate

Execute JavaScript in the browser console