Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| init-browser | Initialize a browser with a URL |
| get-full-dom | Get the full DOM of the current page. (Deprecated, use get-context instead) |
| get-screenshot | Get a screenshot of the current page |
| execute-code | Execute custom Playwright JS code against the current page |
| get-interactive-snapshot | Get a snapshot focused on interactive elements (buttons, links, inputs) with annotated screenshot for UI automation |
| get-full-snapshot | Get a complete snapshot of the page including all visible content (text, images, forms, etc.) for understanding the full context |
| get-text-snapshot | Get all text content from the page (headings, paragraphs, lists) for reading and content extraction |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| server-flow | Get prompt on how to use this MCP server |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |