Skip to main content
Glama
522,080 tools. Updated 2026-09-06 12:44

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

  • Retrieves browser console logs (errors, warnings, GM_log) to diagnose script runtime errors after reload. Saves full log to .customaise/console-context.json, or returns inline without a file.
    MIT
  • Retrieve browser console logs from Webvizio tasks when the task prompt lacks sufficient information for execution, providing additional context to complete development tasks.
    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
  • Execute JavaScript code directly in the browser console to automate web interactions, extract data, or manipulate page elements during browser automation sessions.
    MIT
  • Retrieve and filter browser console logs during automation testing to identify errors, warnings, and debug information with search and limit options.
    MIT

Matching MCP Servers

Matching MCP Connectors

  • The official MCP Server from Mia-Platform to interact with Mia-Platform Console

  • Browser support for web features, live from caniuse. From which version, and is it safe to ship?

  • 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
  • Retrieve console log messages from browser tabs to monitor errors, warnings, and debug information during web application testing and development.
    MIT
  • Retrieve browser console messages to uncover stack traces, debug URLs, and CSP violations invisible to the proxy. Filter by level and clear the buffer after reading.
    MIT
  • Read browser console logs and filter by log level or regex pattern; optionally clear the captured buffer to manage output.
    MIT
  • Retrieve browser console logs or evaluate JavaScript expressions to debug and interact with web pages.
    MIT
  • Retrieve browser console messages from a specific tab, filter with a regex pattern, and debug JavaScript errors or review application logs without noise.
    Apache 2.0
  • 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
  • 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