MCP server that connects AI assistants to Chrome DevTools. Profile pages, find memory leaks, measure coverage — from your editor.
Single Go binary. No Node.js. No browser launch.
stdio to your editor, CDP over WebSocket to the browser. Everything stays on localhost.
| Flag | Default |
|---|---|
--cdp-url | localhost:9222 |
--transport | stdio | http | sse |
--allow-eval | false |
--auto-launch | false |
--project-root | . |
--log-level | info |