chrome-agent-bridge
Related Servers
Alternatives to chrome-agent-bridge
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityBmaintenanceEnables MCP-compatible agents to securely control the user's already authenticated Chrome browser via explicit tab authorization and DOM-based actions.1Apache 2.0
- AlicenseNot gradedqualityBmaintenanceLocal MCP server for persistent Chrome automation with multi-profile support, enabling tab management, page inspection, element interaction, JavaScript evaluation, and screenshots while preserving login sessions across restarts.96 npm3MIT
- AlicenseAqualityAmaintenanceMCP server that drives your real Chrome/Edge/Opera browser through a Chrome extension and DevTools Protocol, preserving logins and session state, and can also perform OS-level mouse and keyboard input behind approval.51203 PyPI2MIT
- AlicenseNot gradedqualityBmaintenanceMCP server for browser automation, exposing tools for tab management, navigation, CDP, action plans, and cleanup.163 npm280MIT
- AlicenseNot gradedqualityAmaintenanceMCP server for local browser control via Chrome/Edge extension, enabling agents to open isolated tabs, observe pages, take screenshots, and interact with accessible controls using an existing browser profile. It is agent-agnostic, local-only, and supports safe session scoping with origin grants and sensitive-data blocking.MIT
- AlicenseNot gradedqualityBmaintenanceEnables MCP-compatible AI agents to securely control Chrome tabs via a local bridge, with explicit per-tab sharing and human approval for consequential actions.MIT
TDQS
Scored across 96 tools
Many tools overlap significantly, such as browser_click vs browser_act, debugger_capture_hit vs debugger_wait_for_paused, and get_object_properties vs get_scope_variables_enhanced. The abundance of similarly prefixed tools (proto_*, sourcemap_*, analysis_*) makes it hard for an agent to pick the right one without deep inspection.
Naming conventions are mixed: some tools use verb_noun (browser_open_tab), some use noun_verb (sourcemap_fetch_and_parse), and others are single nouns (breakpoint, watch) or ad-hoc (understand_code, ast_transform_preview). Snake_case is used throughout, but the inconsistent patterns and occasional abbreviations reduce predictability.
With 96 tools, this server is far beyond any reasonable scope, even for a Chrome DevTools bridge. The count alone overwhelms agent tool selection and introduces unnecessary complexity, making it an extreme mismatch.
The surface is remarkably comprehensive, covering browser automation, CDP, network monitoring, debugging, source maps, binary formats, and JavaScript analysis. Minor gaps like dedicated cookie editing exist, but these can be worked around via browser_cdp_send or debugger_evaluate.