jevbridge
Related Servers
Alternatives to jevbridge
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityBmaintenanceLets Claude Code drive your own Chrome browser with human-like clicks, drags, and typing. It uses your real sessions and logins, and pauses for your confirmation on anything irreversible.8MIT
- AlicenseNot gradedqualityBmaintenanceChrome extension + MCP bridge that gives Claude control over your real browser via CDP, enabling navigation, clicking, typing, scrolling, screenshots, and JS execution with a visible cursor and tab-bring-to-front.1MIT
- FlicenseNot gradedqualityDmaintenanceEnables browser automation (navigate, screenshot, click, type, etc.) for Claude Code via MCP protocol, with a Chrome extension for configuration.2-
- AlicenseBqualityAmaintenanceEnables controlling a real Chrome browser from MCP hosts like Claude, with extension-based or CDP fallback, supporting tabs, navigation, interaction, and page reading tools.401,043 npm6MIT
- FlicenseNot gradedqualityBmaintenanceEnables Claude Code to control a real browser using AI for web scraping, competitive intelligence, and UX auditing through the MCP protocol.-
- AlicenseAqualityCmaintenanceEnables Claude Code to control the Arc browser over CDP, including navigation, clicking, form filling, screenshots, and reading console and network traffic.11MIT
TDQS
Scored across 6 tools
Each tool targets a distinct concern: listing tabs, checking connection/target state, navigating, reading the page, acting on the page, and asserting outcomes. The descriptions clearly separate browser_status from browser_tabs by emphasizing connection state versus the full tab list.
All tools share a consistent browser_ prefix and lowercase style, which makes the set predictable. However, the second part mixes nouns (tabs, status) with verbs (navigate, observe, act, assert), so the pattern is not perfectly uniform.
Six tools is a well-scoped size for browser automation. Each tool covers a necessary phase of the workflow without redundancy or bloat.
The core browser automation lifecycle is covered: list tabs, target, navigate, observe, act, and assert. Minor gaps exist around tab lifecycle operations like creating or closing tabs, but these don't prevent typical automation workflows.