Skip to main content
Glama
306,586 tools. Last updated 2026-07-25 15:54

"How to use the browser console" matching MCP tools:

  • Retrieve browser console logs from Webvizio tasks when the task prompt lacks sufficient information for execution, providing additional context to complete development tasks.
    MIT
  • Toggle console capture on a browser tab. Buffers up to 500 console messages (log, info, warn, error, debug) for retrieval via zen_console_logs.
    MIT
  • Guides setup and use of agent-browser CLI for automated browser tasks like navigating pages, clicking, and capturing console errors in a real browser.
    MIT
  • Retrieve browser console messages (log, warn, error) to debug JavaScript errors and inspect application logs. Filter by level or clear the buffer after reading.
    MIT

Matching MCP Servers

Matching MCP Connectors

  • Retrieve console log messages from browser tabs to monitor errors, warnings, and debug information during web application testing and development.
    MIT
  • Retrieve browser console logs or evaluate JavaScript expressions to debug and interact with web pages.
    MIT
  • Diagnose rendering issues and JavaScript errors in web apps by capturing a screenshot and browser console logs.
    BSD 3-Clause
  • Retrieve browser console output (log, warn, error, uncaught exceptions) captured since app launch for debugging JavaScript errors in Tauri apps.
    MIT
  • Retrieve browser console logs filtered by level and regex pattern. Optionally clear the log buffer after reading.
    MIT
  • Retrieve the last 500 browser console entries from a specific tab, with optional filtering by console level and incremental polling using a timestamp cursor.
    MIT
  • Start capturing browser console logs (console.log, console.error, console.warn) to monitor JavaScript output and debug web applications during automated browser sessions.
    MIT
  • Retrieve browser console messages from a session, with optional level filter to focus on errors or warnings.
    MIT
  • Navigate browser history back or forward to inspect previous or next pages. Returns current URL, title, and notifies if console errors occur after navigation.
    MIT