I would like to use an ai agent with chrome dev tools in n8n. Is there a community none for dev tools? If not how do I make this? Then that can be connected to a MCP server right? Can anyone help me how to find or create this community node? thx!
Hi Hara! While there isn’t a dedicated Chrome DevTools community node for n8n yet, you have a couple of options to achieve browser automation with AI agents:
**Existing solutions:**
• Check out the [n8n-nodes-puppeteer](https://www.npmjs.com/package/n8n-nodes-puppeteer) community node - it provides browser automation using Puppeteer with Chrome’s DevTools Protocol
• Consider the [n8n-browser-agent](GitHub - phxdev1/n8n-browser-agent) community node which is specifically designed to work with AI nodes for AI-assisted browser interactions
**For Chrome DevTools MCP integration:**
The [Chrome DevTools MCP server](Chrome DevTools MCP Server - AI-Powered Web Debugging) you mentioned could potentially be integrated, but you’d need to create a custom community node that acts as a bridge between n8n and the MCP server. This would involve building a node that communicates with the MCP server’s API endpoints.
**Getting started:**
I’d recommend trying the n8n-browser-agent first since it’s already designed for AI workflows. Install it via Settings > Community Nodes and search for “browser-agent” - this might give you exactly what you need without custom development!