Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_BROWSER_TYPE | No | The browser type to use. Supported values: chrome (default), firefox, webkit, edge | chrome |
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 |
|---|---|
| browser_set_viewport | Change the browser's viewport size and scale factor |
| browser_navigate | Navigate to a specific URL |
| browser_screenshot | Capture a screenshot of the current page or a specific element |
| browser_click | Click an element on the page |
| browser_fill | Fill a form input with text |
| browser_select | Select an option from a dropdown menu |
| browser_hover | Hover over an element on the page |
| browser_evaluate | Execute JavaScript in the browser context |
| api_get | Perform a GET request to an API endpoint |
| api_post | Perform a POST request to an API endpoint |
| api_put | Perform a PUT request to an API endpoint |
| api_patch | Perform a PATCH request to an API endpoint |
| api_delete | Perform a DELETE request to an API endpoint |