MCP Browser Automation Server

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
playwright_navigateNavigate to a URL
playwright_screenshotTake a screenshot of the current page or a specific element
playwright_clickClick an element on the page
playwright_fillfill out an input field
playwright_selectSelect an element on the page with Select tag
playwright_hoverHover an element on the page
playwright_evaluateExecute JavaScript in the browser console
playwright_getPerform an HTTP GET request
playwright_postPerform an HTTP POST request
playwright_putPerform an HTTP PUT request
playwright_patchPerform an HTTP PATCH request
playwright_deletePerform an HTTP DELETE request