Skip to main content
Glama
131,288 tools. Last updated 2026-05-08 03:12

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

  • Retrieve HTTP requests and WebSocket frames from Chrome network activity to audit API calls, debug network issues, and inspect WebSocket traffic with filtering options.
    MIT
  • Retrieve console messages from Chrome DevTools to debug script errors, monitor page health, and inspect exception traces. Filter by severity level and optionally clear cache.
    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
  • Navigate a browser tab to a specified URL via CDP Page.navigate. Optionally wait for page load and include perception status for verification.
    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

  • Navigate to any URL in your active browser tab using the real-browser-mcp server. Control your browser with existing sessions and cookies for automated testing or web interaction tasks.
    MIT
  • Execute JavaScript code directly in a browser console to automate web interactions, scrape content, or test functionality using Playwright's browser automation capabilities.
    MIT
  • Execute JavaScript directly in the browser console to interact with web pages, extract data, or manipulate content using Playwright automation.
    MIT
  • Retrieve and filter browser console logs with customizable options like log type, search text, and limit. Automatically clear logs post-retrieval if needed. Essential for debugging and monitoring web interactions.
    MIT
  • Read browser console messages (log, warn, error) to monitor JavaScript execution and debug web applications directly from your AI coding environment.
    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
  • Close a specific browser tab by window and tab index, but use with caution due to high risk of targeting the wrong tab if tabs are reordered or closed. Recommended alternative: close_tab_by_id.
    MIT
  • Start capturing network requests and WebSocket frames from a browser tab to analyze API calls, headers, and response data for debugging or monitoring purposes.
  • Close a specific Chrome tab by its unique ID, unaffected by tab reordering, window changes, or index shifting. Use the tab ID from the get_tabs output for precise control.
    MIT
  • Focus a specific Chrome tab by its unique ID, bringing it to the front for active use. Requires the tab ID from get_tabs output, enabling precise tab control in the MCP Browser Tabs Server.
    MIT