Blowback
Related Servers
Alternatives to Blowback
No user-submitted related servers found.
Related Servers
- AlicenseAqualityNot gradedmaintenanceEnables AI tools to interact with browsers for enhanced frontend development, providing context to LLMs through tools like API call analysis, screenshots, element selection, and documentation ingestion.99 npm10-
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to debug frontend applications by providing direct access to browser DevTools, React state, DOM inspection, and runtime debugging capabilities. Bridges the gap between AI and complex web applications for autonomous debugging and issue resolution.MIT
- AlicenseCqualityDmaintenanceEnables AI assistants to connect to browser DevTools and backend debuggers for full-stack debugging, including frontend console, network, performance, and backend log analysis.1623 npm7MIT
- AlicenseNot gradedqualityAmaintenanceBridges AI coding agents with the browser to provide visual debugging, real-time error capture, screenshot capabilities, DOM inspection, and interactive wireframing through a reverse proxy with injected developer tools.21 npm21Apache 2.0
- AlicenseNot gradedqualityBmaintenanceEnables AI coding agents to access live console logs, errors, and network requests from web applications via a local WebSocket connection, without copying data to chat.21 npm18MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI coding agents to visually interact with frontend apps by taking screenshots, clicking elements, reading console logs, and performing visual diffs.4 npm3MIT
TDQS
Scored across 16 tools
Most tools target clearly distinct purposes: browser lifecycle, element inspection, diagnostics, and action execution. A couple of pairs could be confused—get-context-info vs. get-context-stats and execute-browser-commands vs. browser-evaluate—but the descriptions provide enough separation.
Tool names mostly follow a consistent lowercase hyphenated verb-noun pattern like start-browser, list-browsers, and capture-screenshot. browser-evaluate breaks the pattern by placing the noun first, and how-to-use is a nonstandard meta tool, but overall the convention is predictable.
At 16 tools, the server is slightly above the ideal range but each tool maps to a legitimate browser automation capability. Some could be consolidated, such as the element getter tools or context info/stats, but the count is still reasonable for the scope.
The server covers the main browser automation workflow: lifecycle management, interaction via commands and evaluation, element inspection, screenshots, network monitoring, and console/HMR diagnostics. Minor gaps exist, such as no standalone navigation tool outside execute-browser-commands and no explicit tab or cookie management, but agents can work around these.