Skip to main content
Glama
297,715 tools. Last updated 2026-07-14 08:25

"browser use" matching MCP tools:

  • Sign in to Anythink with Google by opening browser for consent and storing session token. Then use accounts_list and projects_list to continue.
    MIT
  • Execute browser automation code to navigate pages, click elements, extract data, and run multi-step workflows using bash, Python, or JavaScript commands in an active browser session.
    MIT
  • Retrieve a list of all open browser tabs with their handles, titles, URLs, and active status to select the correct tab for switching.
    MIT
  • Configure HTTP Basic Auth credentials for a project so the browser automatically sends them on every request. Use for browser Basic-Auth prompts, not HTML login forms.
    AGPL 3.0
  • Retrieve available emulator profiles for scans, including ID, display name, category, and browser. Use the ID for scan creation or the category for campaign configuration.
    MIT

Matching MCP Servers

Matching MCP Connectors

  • Render JavaScript-heavy pages in a full browser session. Use for single-page apps, lazy-loaded content, or bypass anti-bot challenges using proxy integration.
    MIT
  • Accept or dismiss browser dialogs during Chrome automation to manage pop-ups and alerts that interrupt testing workflows.
    Apache 2.0
  • 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
  • Perform web searches with a real browser to bypass anti-bot measures, returning structured JSON results. Supports multiple engines and optional authenticated sessions.
    MIT
  • Open a new browser tab to navigate to a specified URL or default blank page. Use this to launch web pages during automated browser tasks.
    MIT
  • Run a browser agent to complete a web browsing task, returning a task ID for progress tracking. Use local mode to leverage your existing logged-in sessions.
    Apache 2.0
  • Close the automated browser session to free resources. The browser reopens automatically on the next tool call.
    Apache 2.0
  • Switch browser runtime mid-session to use the user's real Chrome browser with login sessions for write operations, or headless Playwright for fast, no-login browsing.
    MIT