Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
Provides browser automation capabilities using Puppeteer: web scraping, page navigation, screenshots, and form interactions. Runs locally with Chrome/Chromium.
npx claudepluginhub arustydev/agents --plugin browser-extension-devCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"puppeteer": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-puppeteer"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.