Skip to main content
Glama
470,761 tools. Updated 2026-08-23 12:48

"An MCP for interacting with Google Chrome DevTools and aiding in scraping" matching MCP tools:

  • Launch Chrome with remote debugging to enable use of Chrome DevTools MCP tools. Required before any other DevTools commands.
    MIT
  • Discover all running Chrome instances and their IDs, labels, ports, and profiles. Use this read-only snapshot to obtain an instance_id before passing it to other tools for debugging via the Chrome DevTools Protocol.
    MIT
  • Send raw Chrome DevTools Protocol commands directly to the browser for advanced automation scenarios not covered by specialized tools. Use when you need low-level control and know the CDP method.
    MIT
  • Launch Chrome with remote debugging and a fresh temporary profile. Choose between running alongside existing Chrome or starting with an empty profile.
    MIT

Matching MCP Servers

Matching MCP Connectors

  • Extension and app analytics across Chrome, Edge, Firefox, Google Play, and the Apple App Store.

  • Web scraping for AI agents. Extract text and metadata from any URL worldwide. $0.005/page.

  • Save NotebookLM authentication cookies when automated CLI login fails. Provide the cookie header from Chrome DevTools to authenticate the MCP server and enable notebook operations.
    MIT
  • Search Google Images for poster and wallpaper candidates using your local Chrome session. Set query, limit, and optional quality (cinematic, poster).
    MIT
  • Search Google Scholar for academic papers by query, author, publication year range, and result count. Use filters to narrow results and retrieve scholarly articles for research or citation needs.
    MIT
  • Authenticate with Google for Chrome Enterprise Premium MCP server, covering Admin SDK, browser management, Cloud Identity, and licensing scopes.
    Apache 2.0
  • Extract Rappi credentials from Chrome and save them to .env. Attaches to an existing logged-in Chrome or launches a new window for manual login.
    MIT
  • Clone a Chrome profile into an isolated mcp-stealth location, preserving cookies, history, bookmarks, passwords, and extensions state. Chrome must be closed.
    MIT
  • Get MCP connection details for Claude, ChatGPT, Gemini, or custom hosts, including URL, token, and setup instructions. Also introspects openchrome server for auto-connect status.
    MIT
  • 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
  • Stop an active browser trace and save it as a JSON file. Returns the absolute file path for use in Chrome DevTools.
    MIT