MCP-Server-Playwright
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
Browser console logs |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
playwright_navigate | Navigate to a URL |
playwright_screenshot | Take a screenshot of the current page or a specific element |
playwright_click | Click an element on the page using CSS selector |
playwright_click_text | Click an element on the page by its text content |
playwright_fill | Fill out an input field |
playwright_select | Select an element on the page with Select tag using CSS selector |
playwright_select_text | Select an element on the page with Select tag by its text content |
playwright_hover | Hover an element on the page using CSS selector |
playwright_hover_text | Hover an element on the page by its text content |
playwright_evaluate | Execute JavaScript in the browser console |