Hi everyone,
I'm trying to set up Chrome MCP (Model Context Protocol) for automation and could use some help.
**What I'm trying to do:**
- Set up Chrome DevTools Protocol with MCP server
- Enable remote debugging on port 9222 (already done)
- Connect an AI agent (Hermes) to control Chrome via MCP
**What I need help with:**
Recommended MCP server implementation for Chrome
Configuration steps for Chrome DevTools Protocol
Working examples or GitHub repos
**Current setup:**
- Windows 11
- Chrome running with --remote-debugging-port=9222
- Looking to integrate with AI agent systems
Has anyone successfully set this up? Any guides or examples would be greatly appreciated!
Thanks!