Puppeteer
A Model Context Protocol server that provides browser automation capabilities using Puppeteer. This server enables LLMs to interact with web pages, take screenshots, and execute JavaScript in a real browser environment.
Components
Tools
- puppeteer_navigate
- puppeteer_screenshot
- puppeteer_click
- puppeteer_hover
- puppeteer_fill
- puppeteer_select
- puppeteer_evaluate
Resources
The server provides access to two types of resources:
- Console Logs (
console://logs)
- Screenshots (
screenshot://<name>)
Key Features
- Browser automation
- Console log monitoring
- Screenshot capabilities
- JavaScript execution
- Basic web interaction (navigation, clicking, form filling)
- Customizable Puppeteer launch options
Configuration to use Puppeteer Server
Here's the Claude Desktop configuration to use the Puppeter server:
Docker
NOTE The docker implementation will use headless chromium, where as the NPX version will open a browser window.
NPX
Launch Options
You can customize Puppeteer's browser behavior in two ways:
- Environment Variable: Set
PUPPETEER_LAUNCH_OPTIONSwith a JSON-encoded string in the MCP configuration'senvparameter:
- Tool Call Arguments: Pass
launchOptionsandallowDangerousparameters to thepuppeteer_navigatetool:
Build
Docker build:
License
This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.
Puppeteer
A Model Context Protocol server that provides browser automation capabilities using Puppeteer. This server enables LLMs to interact with web pages, take screenshots, and execute JavaScript in a real browser environment.
Components
Tools
- puppeteer_navigate
- puppeteer_screenshot
- puppeteer_click
- puppeteer_hover
- puppeteer_fill
- puppeteer_select
- puppeteer_evaluate
Resources
The server provides access to two types of resources:
- Console Logs (
console://logs)
- Screenshots (
screenshot://<name>)
Key Features
- Browser automation
- Console log monitoring
- Screenshot capabilities
- JavaScript execution
- Basic web interaction (navigation, clicking, form filling)
- Customizable Puppeteer launch options
Configuration to use Puppeteer Server
Here's the Claude Desktop configuration to use the Puppeter server:
Docker
NOTE The docker implementation will use headless chromium, where as the NPX version will open a browser window.
NPX
Launch Options
You can customize Puppeteer's browser behavior in two ways:
- Environment Variable: Set
PUPPETEER_LAUNCH_OPTIONSwith a JSON-encoded string in the MCP configuration'senvparameter:
- Tool Call Arguments: Pass
launchOptionsandallowDangerousparameters to thepuppeteer_navigatetool:
Build
Docker build:
License
This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.