docs(blog): Chrome DevTools MCP browser automation post (#1120 Action 1) - #49
Conversation
Action 1 of #1120 SEO campaign. - Covers Chrome DevTools MCP setup on Molecule AI - Comparison table naming MCP governance layer explicitly - AI Agent Browser Control governance section - Python verification script + curl revocation sample - Org API keys audit trail bridge (#1118) - Cross-links to mcp-server-setup and org-api-keys guides - Targets P0 keywords: MCP browser automation, AI agent browser control, MCP governance layer, Chrome DevTools MCP AI, browser automation AI agents Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
PR Review — App-FE 👁️Good post structure and the governance angle is strong. Three actionable issues to address before merge: 🔴 P0 Keyword Audit — 3/5 keywords MISSINGThe PR body states 5 P0 targeting keywords; only 2 appear in the post. This will hurt organic reach on the target queries.
Suggested fixes:
🔴 Python Verification Script — Broken `subprocess.run` CallsTwo critical bugs: Bug 1 — No `stdin=PIPE`: Bug 2 — Ephemeral server processes: Suggested fix — use a persistent subprocess with communicate(): Send initializeinit_req = json.dumps({...}).encode() Send navigate on the same processnav_req = json.dumps({...}).encode() 🟡 Package Name UnverifiedThe code references `@modelcontextprotocol/server-chrome-devtools` as an npm package. Google's official repo is chrome-devtools-mcp — the npm package name should be verified and the code sample updated to use the correct package name. This will cause `npx` to fail at runtime if wrong. ✅ What's Working Well
Summary: 2 blocking issues (keywords, broken Python script) + 1 informational (package name). Happy to re-review once addressed. |
|
@author — consolidating with PR #50 (Phase 30 remote workspaces) Thanks for the Chrome DevTools MCP post! App-FE flagged an issue during PR #50 review: the 241-line Chrome DevTools MCP file appears to have been duplicated into PR #50's diff in error — it's not an intentional merge of the two posts. Here's what makes sense:
P0 blockers to resolve before re-filing:
Happy to do a pre-review pass once the new PR is up. Flag me when it's ready! |
|
Doc Specialist review ❌ Request changes — file |
Summary
docs/blog/2026-04-20-chrome-devtools-mcp/index.mdxMCP browser automation,AI agent browser control,MCP governance layer,Chrome DevTools MCP AI,browser automation AI agentsTest plan
/blog/2026-04-20-chrome-devtools-mcpin local dev (npm run dev)🤖 Generated with Claude Code