Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| port | No | Port number for SSE transport mode (e.g., 8000) | |
| format | No | Output format for the data (e.g., markdown, csv) | markdown |
| endpoint | No | Browser endpoint URL. Use http:// for CDP mode (e.g., http://127.0.0.1:9222) or ws:// for remote Playwright Server. Leave empty for headless mode with new browser instance. | http://127.0.0.1:9222 |
| transport | No | Transport protocol for MCP server (e.g., sse for Server-Sent Events) | |
| user_data_dir | No | Browser user data directory path. Required for headless mode to maintain login sessions. | |
| executable_path | No | Path to the browser executable (e.g., Chrome or Edge). Required when using endpoint or headless mode. |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |