Puppeteer Web Browser MCP Configuration | Promptexify
MCP
MCP
Puppeteer Web Browser MCP Configuration
Enable your LLM to automate web browsing, take screenshots, and scrape data using Puppeteer.
348 characters
Give your LLM a pair of eyes on the web. This Puppeteer configuration allows the model to navigate websites, click buttons, and capture screenshots for visual analysis.
{
"mcpServers": {
"puppeteer": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-puppeteer"
],
"env": {}
}
}
}