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 |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| close-browser | Close a browser instance and remove it from the active browsers list |
| close-page | Close a specific page and remove it from the active pages list |
| create-page | Create a new page (tab) in a specified browser instance |
| exec-page | Execute arbitrary JavaScript code on a page with access to Puppeteer's page API |
| get-rules | Get detailed documentation about this MCP server including schemas, usage instructions, and use cases |
| launch-browser | Launch a new browser instance and store it for later use |
| list-browsers | List all active browser instances with their details including tabs and titles |
| list-pages | List all active pages across all browser instances with their details |