Skip to main content
Glama
545,166 tools. Updated 2026-09-10 18:28

"How to use the browser console log and network tab" matching MCP tools:

  • Retrieve console log messages from browser tabs to monitor errors, warnings, and debug information during web application testing and development.
    MIT
  • List, open, switch, or close browser tabs. Get current tab indexes to switch by index, or jump to the newest tab.
    MIT
  • Closes a tab and releases its browser context. If the active tab is closed, auto-switches to the next available tab.
    AGPL 3.0
    Destructive
  • Close a specific tab by its Tab ID, removing it from the registry and switching to another active tab. Use it to clean up unused tabs and manage browser sessions.
    MIT
  • 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

Matching MCP Servers

Matching MCP Connectors

  • Tamper-evident audit log service for agent-to-agent transactions

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

  • Retrieve console logs from a Chrome tab to debug errors, monitor health, and inspect exceptions. Filter by severity and clear after retrieval.
    MIT
  • Close a specific browser tab by ID, or the active tab if no ID is provided, to reduce clutter and manage your session.
    MIT
    Destructive
  • See all open browser tabs with URLs, titles, and active status. Identify the specific tab ID needed to reload or screenshot a tab.
    MIT
  • Open a new browser tab to a specified URL while keeping the current tab in focus, then return the new tab's ID for further control.
    MIT
  • Closes a browser tab by referencing its unique page_id, which you obtain by listing open pages first.
    MIT
  • Bring a specific browser tab to the front and activate it by providing its tab ID. Target the exact tab you need to continue working without manual switching.
    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
  • Close a browser tab by its ID, or the current tab if no ID is given. Use to remove popups or unwanted tabs.
    MIT
  • Opens ComfyUI in a browser so workspace tools have a connected tab to use. It waits for the tab to register, preventing no_workspace errors before the next workspace action.
    GPL 3.0
  • Set the target tab for later calls by session ID, URL substring, or browser name, without focusing the browser. When foreground work is needed, activate the tab.
    MIT
  • Fetch console log entries from a specified browser tab, with optional regex filtering, error-only mode, and result limits to aid debugging.
    MIT
  • Capture a shallow DOM snapshot from a specified browser tab, optionally including HTML and console lines. Use to inspect page structure and state without deep traversal.
    Apache 2.0