Skip to main content
Glama
206,670 tools. Last updated 2026-06-17 14:51

"How to interact with and read the browser tool console and DOM" matching MCP tools:

  • Execute arbitrary JavaScript in browser page context or mobile commands for DOM manipulation, event triggering, or app management when no dedicated tool covers the action.
    MIT
  • Click a DOM element by CSS selector to trigger click handlers and form submissions. Use for buttons, links, and checkboxes.
    MIT
  • Evaluate a JavaScript expression or function in the browser page context to read DOM, extract data, perform calculations, or call APIs. Supports async/await for promises.
    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
  • Retrieve cached console messages from a Chrome tab for debugging script errors, monitoring page health, and inspecting exception traces. Optionally filter by severity level or clear the cache.
    MIT

Matching MCP Servers

Matching MCP Connectors

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

  • Search 400k+ SaaS and software companies by category, technology, country, pricing, and more.

  • Retrieve a list of browser sessions ordered by recency, returning sessionIds to use with session summary and DOM inspection tools.
    Apache 2.0
  • Diagnose CSS selector failures by analyzing match counts, DOM structure, and providing actionable hints for common issues like bad selectors or empty DOM.
    Apache 2.0
  • Retrieve browser console logs from Webvizio tasks when the task prompt lacks sufficient information for execution, providing additional context to complete development tasks.
    MIT
  • Perform browser automation to test and debug web applications. Execute actions like navigation, clicking, typing, and JavaScript evaluation to verify page rendering, capture console messages, and detect runtime errors.
    MIT
  • Manage Apple Messages app interactions: send, read, schedule messages, and check unread messages via specified operations and parameters.
    MIT
  • Manage Apple Mail app tasks: read unread emails, search for specific messages, and send emails directly. Supports operations across mailboxes and accounts with customizable parameters.
    MIT
  • Control a Chrome browser to perform DOM actions: navigate, click, type, and more. Each action automatically saves screenshots and page content.
    MIT
  • Close the automated browser session to free resources. The browser reopens automatically on the next tool call.
    Apache 2.0
  • Execute JavaScript code in browser tabs to interact with web applications, accessing DOM, localStorage, and page globals for automation and data retrieval.
    MIT
  • Read any UE console variable by name, returning its value in all four representations, detected type, read-only flag, and last-setter. Inspect CVar state without invoking the console exec engine.
    MIT
  • Change any Unreal Engine console variable's value at runtime with priority matching user-typed console commands. Supports string, number, or boolean values and rejects read-only variables with clear error feedback.
    MIT