Browser automation and web scraping with headless Chrome
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y @modelcontextprotocol/server-puppeteerNote: Downloads Chromium on first use
Agent-CoreX intelligently routes which tools from Puppeteer your AI agent actually needs per request — reducing token usage and cost.
agent-corex.json
{
"mcpServers": {
"puppeteer": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-puppeteer"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.