Skip to main content
Glama
568,525 tools. Updated 2026-09-14 20:47

"browser use" matching MCP tools:

Matching MCP Servers

  • F
    license
    A
    quality
    D
    maintenance
    Enables browser automation using Python scripts, offering operations like taking webpage screenshots, retrieving HTML content, and executing JavaScript.
    4
    23
    -

Matching MCP Connectors

  • Real Chrome for agents: start a browser, read pages as numbered markdown, click, type, hand off.

  • Stealth web browser for agents: search, fetch, click, download and type in persistent MCP sessions.

  • Retrieves a list of all open browser tabs with their handles, titles, URLs, and active status. Use this to identify the target tab before switching.
    MIT
  • List saved browser fingerprint profiles to get an ID for launching a browser session. Shows OS, browser, version, and creation date without exposing credentials.
    MIT
  • Observe a live browser window including tabs, address bar, page, and pointer. Refuses if no browser is running; use for watching, not acting.
    MIT
  • List and search browser profiles with pagination. Filter by keyword, folder, and sort by name or creation date. Running state is not shown; use list_running_browsers for that.
    MIT
  • Automates browser warmup to collect cookies for later scrapes. Use when manual seeding isn't possible, but strict WAFs may cause failure.
    -
  • Install Playwright browsers for automation tasks. Use when encountering browser not installed errors to enable web scraping, testing, and form interactions.
    -
    Destructive
  • List managed NexBrowser profiles and filter by team, group, or keyword. Use to count or display your isolated browser environments before selecting one for automation.
    MIT
  • Closes a browser tab by referencing its unique page_id, which you obtain by listing open pages first.
    MIT
  • Navigate forward in browser history during automated testing with Playwright. Use this tool to simulate user clicks on the forward button for browser automation workflows.
    MIT
  • Get a presigned URL to upload large media files directly to R2 from a browser. Use for advanced uploads; for standard files, use upload_media instead.
    MIT
  • 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