browser-console-mcp-tools
Related Servers
Alternatives to browser-console-mcp-tools
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityCmaintenanceCaptures and queries browser console logs from all tabs, enabling AI assistants to debug web applications with search, filtering, and custom debugging playbooks.4-
- 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.7 npm18MIT
- AlicenseNot gradedqualityDmaintenanceForwards browser console errors, warnings, and unhandled rejections to Claude Code via MCP, enabling natural language debugging.6 npmMIT
- AlicenseNot gradedqualityDmaintenanceStreams browser DevTools console, network, storage, and performance data to your IDE's AI agent for real-time debugging and analysis.8 npm1MIT
- AlicenseNot gradedqualityFmaintenanceA tool that captures browser console logs and makes them available in Cursor IDE through the Model Context Protocol (MCP).12MIT
- AlicenseBqualityAmaintenanceCaptures and provides access to React Native console logs from Metro bundler, enabling AI assistants to retrieve, filter, and search app logs in real-time without manual copy/paste.641,506 npm75MIT
TDQS
Scored across 4 tools
get_console_messages and get_console_errors overlap since errors are a subset of messages filterable by type='error', but the errors tool adds distinct value (stack traces, detailed error info), so the boundary is defensible. clear_console_messages and get_console_stats are clearly distinct.
All four tools follow a consistent snake_case verb_noun pattern (get_, get_, clear_, get_). The convention is predictable and readable throughout.
Four tools is well-scoped for a browser console inspection purpose: two retrieval variants, one clear, one stats. Each earns its place with no bloat.
Read, filtered read, clear, and stats cover the core console lifecycle. Minor gap: no way to wait/subscribe for new messages or export logs, but agents can poll existing tools to work around this.