mcp-chromeMCP Server36/100 via “visual web editor with shadow dom isolation”
Chrome MCP Server is a Chrome extension-based Model Context Protocol (MCP) server that exposes your Chrome browser functionality to AI assistants like Claude, enabling complex browser automation, content analysis, and semantic search.
Unique: Uses shadow DOM to completely isolate editor UI from page styles, preventing CSS conflicts; implements a transaction-based batch apply system that commits all edits atomically, reducing flakiness from partial DOM updates
vs others: More robust than direct DOM manipulation because shadow DOM isolation prevents style leakage; transaction-based commits are more reliable than incremental mutations for complex page edits