Skip to main content
Glama
279,175 tools. Last updated 2026-07-09 20:09

"Chrome DevTools - Browser Developer Tools & Debugging Resources" matching MCP tools:

  • Gracefully terminates managed Chrome instance and closes all debugging connections. Use to clean up resources, prevent zombie processes, or end debugging sessions.
    MIT
  • Restarts Chrome with remote debugging enabled; optionally configure proxy to reset browser state or recover from crashes.
    MIT
  • Launches Chrome with remote debugging and a temporary profile. Supports newInstance (alongside existing Chrome) or freshSession (clean profile). Optionally copies cookies/logins from your Default profile.
    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
  • Send raw Chrome DevTools Protocol commands for advanced browser automation tasks not covered by standard tools. Returns the raw CDP response as JSON.
    MIT

Matching MCP Servers

Matching MCP Connectors

  • Provides tools for searching Google Workspace documentation and much more.

  • 65+ free in-browser developer tools (JSON, Base64, JWT, hash, regex…) callable over MCP.

  • Retrieve all open browser pages for automation, debugging, and performance analysis using Chrome DevTools.
    Apache 2.0
  • Upload local files to browser file inputs using Chrome DevTools Protocol, bypassing the invisible native file picker that would hang the renderer.
    MIT
  • Export captured network traffic as a HAR 1.2 JSON file for analysis in Chrome DevTools or other compatible tools. Converts browser network requests to standard format while maintaining security by redacting sensitive headers.
    MIT
  • Close the automated browser session to free resources. The browser reopens automatically on the next tool call.
    Apache 2.0
  • Perform fast QA audit on a URL via Chrome DevTools Protocol, detecting JS errors, network failures, API issues, and more for CI smoke tests and pre-deploy gates.
    MIT
  • Connect to Chrome, Edge, or Brave via remote debugging port and retrieve open tab IDs. Automatically launches a debug-mode browser if no endpoint is detected.
    MIT
  • Connect to a Chrome/Edge instance via CDP and retrieve open tab IDs. Automatically spawns a debug-mode browser if no endpoint is running.
    MIT
  • Export captured network requests as a HAR 1.2 document for import into Chrome DevTools or Charles. Includes all requests from the full network ring.
    MIT