MCP server for browser automation via Puppeteer. Executes arbitrary JavaScript with direct access to Puppeteer Browser instance. Single "execute" tool runs your code in a sandboxed Node.js VM with a browser global - full Puppeteer API access in one call.
Server Config
{
"mcpServers": {
"puppeteer": {
"command": "npx",
"args": [
"pptr-mcp"
]
}
}
}