Puppeteer MCP
Install
npx @nichochar/mcp-puppeteer
About
Browser automation for AI agents. Navigate pages, fill forms, take screenshots, extract data, and interact with web applications. Built on Puppeteer with stealth mode support.
MCP Config
Add this to your MCP configuration file:
{
"mcpServers": {
"puppeteer-mcp": {
"command": "npx @nichochar/mcp-puppeteer"
}
}
}