awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

111 Repos

Awesome GitHub RepositoriesBrowser Automation

Tools for controlling web browsers and scraping content via AI agents.

Explore 111 awesome GitHub repositories matching part of an awesome list · Browser Automation. Refine with filters or upvote what's useful.

Awesome Browser Automation GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • mendableai/firecrawlAvatar von mendableai

    mendableai/firecrawl

    139,399Auf GitHub ansehen↗

    Firecrawl is a headless browser automation tool and web crawling engine designed to extract structured data from the web. It functions as an API that transforms raw website content and documents into clean markdown and JSON formats to serve as context for large language models. The project distinguishes itself by using natural language prompts to translate human instructions into targeted data extraction tasks and browser actions. It can execute interactive page navigation, such as clicking and scrolling, and perform automated web research to retrieve structured data without manual interventi

    Converts websites into structured markdown for LLMs.

    TypeScript
    Auf GitHub ansehen↗139,399
  • browser-use/browser-useAvatar von browser-use

    browser-use/browser-use

    100,229Auf GitHub ansehen↗

    Browser-use is a framework for building autonomous agents that navigate, interact with, and extract data from web interfaces using natural language instructions. By acting as an orchestration layer between large language models and browser automation protocols, it enables the execution of complex, multi-step workflows without relying on brittle selectors. The system functions as a headless browser controller, providing a programmatic interface to manage browser instances and execute granular interactions. The project distinguishes itself through its ability to translate high-level intent into

    Library for making websites accessible to AI agents.

    Pythonai-agentsai-toolsbrowser-automation
    Auf GitHub ansehen↗100,229
  • googlechrome/puppeteerAvatar von GoogleChrome

    GoogleChrome/puppeteer

    94,974Auf GitHub ansehen↗

    Puppeteer is a JavaScript library for programmatically controlling Chrome and Firefox through the Chrome DevTools Protocol or the WebDriver BiDi protocol. It launches and manages browser instances—typically without a visible user interface—to automate interactions with web pages, enabling navigation, clicking, typing, and data extraction entirely through code. The library distinguishes itself through deep integration with the Chromium embedding layer, allowing fine-grained process configuration with custom flags, permissions, and sandbox policies. It maintains multiple concurrent command stre

    Headless Google Chrome Node API.

    TypeScript
    Auf GitHub ansehen↗94,974
  • puppeteer/puppeteerAvatar von puppeteer

    puppeteer/puppeteer

    94,811Auf GitHub ansehen↗

    Puppeteer is a browser automation library that provides a programmatic interface for controlling web browsers to execute tasks, simulate user interactions, and perform end-to-end testing. It functions as a headless browser controller, managing browser lifecycles, isolated session contexts, and remote connections to facilitate stable, automated web-based workflows. The library distinguishes itself through its deep integration with the Chrome DevTools Protocol, utilizing a bidirectional message bus to execute commands and receive real-time event notifications. It supports advanced automation pa

    JavaScript API for browser control.

    TypeScriptautomationchromechromium
    Auf GitHub ansehen↗94,811
  • microsoft/playwrightAvatar von microsoft

    microsoft/playwright

    91,074Auf GitHub ansehen↗

    Playwright is a comprehensive browser automation framework designed for end-to-end testing and web workflow automation. It provides a unified API to drive web applications across multiple browser engines, enabling developers to simulate complex user interactions, perform web scraping, and validate application behavior in consistent, isolated environments. The framework distinguishes itself through a web-first testing paradigm that prioritizes stability and resilience. By utilizing an auto-waiting actionability engine and accessibility-tree-based locators, it eliminates common sources of test

    Framework for web testing and automation.

    TypeScriptautomationchromechromium
    Auf GitHub ansehen↗91,074
  • modelcontextprotocol/serversAvatar von modelcontextprotocol

    modelcontextprotocol/servers

    87,320Auf GitHub ansehen↗

    The Model Context Protocol is a standardized communication framework designed to connect language models to external data sources, functional tools, and interactive user interfaces. It provides a vendor-neutral interface layer that enables AI hosts to discover and execute capabilities across heterogeneous service environments, using a JSON-RPC based messaging standard to facilitate bidirectional communication between clients and servers. The protocol distinguishes itself through a robust capability-based handshake that negotiates feature sets during session initialization, ensuring compatibil

    Official reference for flexible web content retrieval.

    TypeScript
    Auf GitHub ansehen↗87,320
  • chromedevtools/chrome-devtools-mcpAvatar von ChromeDevTools

    ChromeDevTools/chrome-devtools-mcp

    43,761Auf GitHub ansehen↗

    This project serves as an agentic browser controller, providing a programmatic bridge that enables autonomous software agents to navigate web pages and interact with document elements. It functions as a browser automation protocol, facilitating headless browser operations and automated web interactions to perform repetitive tasks and end-to-end testing without manual human input. The system distinguishes itself by utilizing the Chrome DevTools Protocol to establish a bidirectional communication channel with the browser engine. This allows for protocol-based remote control, where external appl

    Official integration for driving Chrome DevTools and auditing pages.

    TypeScriptbrowserchromechrome-devtools
    Auf GitHub ansehen↗43,761
  • bytedance/ui-tars-desktopAvatar von bytedance

    bytedance/UI-TARS-desktop

    36,445Auf GitHub ansehen↗

    UI-TARS-desktop is a cross-platform desktop application designed to automate software interface interactions. It functions as a local agent environment that interprets graphical user interfaces through multimodal visual-language model reasoning, allowing it to navigate and manipulate software by simulating human-like mouse and keyboard inputs. The platform distinguishes itself by executing all visual recognition and decision-making logic directly on the host machine. This local inference model ensures that screen data and sensitive information remain private, as no processing is offloaded to

    Listed in the “Browser Automation” section of the Awesome Mcp Servers awesome list.

    TypeScriptagentagent-tarsbrowser-use
    Auf GitHub ansehen↗36,445
  • seleniumhq/seleniumAvatar von SeleniumHQ

    SeleniumHQ/selenium

    34,203Auf GitHub ansehen↗

    Selenium is a comprehensive browser automation framework that provides a standardized interface for controlling web browsers to perform automated tasks, user interactions, and data extraction. It functions as a cross-browser testing tool, enabling developers to execute identical automation scripts across various browser engines and operating systems to ensure consistent application behavior. By implementing the WebDriver protocol, it maps high-level automation commands to browser-specific drivers using a standardized HTTP-based wire protocol. The project distinguishes itself through its distr

    Browser automation framework and ecosystem.

    Javadotnetjavajavascript
    Auf GitHub ansehen↗34,203
  • microsoft/playwright-mcpAvatar von microsoft

    microsoft/playwright-mcp

    33,988Auf GitHub ansehen↗

    Playwright MCP is a browser automation server that provides a standardized interface for connecting large language models to web navigation and interaction capabilities. By operating as a Model Context Protocol server, it enables external AI agents to execute browser-based tasks, extract data, and perform complex web sequences through a unified communication protocol. The project distinguishes itself by acting as a remote controller that manages headless browser lifecycles and isolated automation contexts. It maintains session-based state isolation, allowing for distinct user profiles and per

    Official browser automation for precise web control and scraping.

    TypeScriptmcpplaywright
    Auf GitHub ansehen↗33,988
  • browserbase/stagehandAvatar von browserbase

    browserbase/stagehand

    21,180Auf GitHub ansehen↗

    Stagehand is an AI-native browser automation framework that enables developers to build reliable web automations using a hybrid of natural language instructions and deterministic TypeScript code.

    Framework for AI-driven browser automation.

    TypeScriptagentsaillms
    Auf GitHub ansehen↗21,180
  • segmentio/nightmareAvatar von segmentio

    segmentio/nightmare

    19,775Auf GitHub ansehen↗

    Nightmare is an Electron-based browser automation library and headless browser controller. It provides the infrastructure to programmatically navigate web pages, interact with DOM elements, and execute JavaScript within a background browser instance. The project distinguishes itself by integrating a full Chromium instance within an Electron shell, allowing for the management of browser sessions, network proxy settings, and persistent storage partitions. It enables the capture of page states as PNG screenshots, PDF documents, or HTML files. The tool covers a broad range of capabilities includ

    High-level browser automation library based on Electron.

    JavaScript
    Auf GitHub ansehen↗19,775
  • nanobrowser/nanobrowserAvatar von nanobrowser

    nanobrowser/nanobrowser

    13,356Auf GitHub ansehen↗

    Nanobrowser is an AI browser automation tool and Chrome extension that uses large language models to execute complex, multi-step web workflows through a natural language interface. It functions as a multi-agent workflow orchestrator, coordinating specialized AI agents to plan strategies and interact with page elements to complete tasks. The system emphasizes local-first operations, acting as a local API manager that stores provider credentials and executes data processing within the browser to keep sensitive information and keys out of external servers. It utilizes a provider-agnostic API bri

    Chrome extension for AI-powered web automation.

    TypeScript
    Auf GitHub ansehen↗13,356
  • nightwatchjs/nightwatchAvatar von nightwatchjs

    nightwatchjs/nightwatch

    11,948Auf GitHub ansehen↗

    Nightwatch is a Node.js test automation tool and W3C WebDriver test framework designed for executing functional test suites and verifying system behavior. It provides a suite of utilities for web browser automation, native mobile application testing, and REST API validation. The project includes specialized tools for visual regression testing, which compares current screenshots against baseline images to detect unexpected changes. It also features an accessibility auditing tool to check user interface elements against established standards for compliance. The framework covers a broad range o

    Automated testing and continuous integration framework based on Node.js.

    JavaScriptautomated-testingchromedriverend-to-end-testing
    Auf GitHub ansehen↗11,948
  • hangwin/mcp-chromeAvatar von hangwin

    hangwin/mcp-chrome

    10,426Auf GitHub ansehen↗

    This project is a Model Context Protocol tool that connects local browser instances to AI agents, enabling programmatic control over web sessions. It functions as a browser automation framework, allowing for the navigation of pages, interaction with form elements, and the management of user data while maintaining existing authentication states and profiles. The utility distinguishes itself by enabling local analysis of browser content, including the extraction of text and the performance of semantic searches across open tabs without transmitting private data to external servers. It also provi

    Chrome extension-based server for reusing existing browser sessions.

    TypeScript
    Auf GitHub ansehen↗10,426
  • devexpress/testcafeAvatar von DevExpress

    DevExpress/testcafe

    9,904Auf GitHub ansehen↗

    TestCafe is a Node.js end-to-end web testing framework used to automate browser tests with JavaScript or TypeScript. It serves as a cross-browser testing tool and a command-line execution engine designed for integration into continuous integration pipelines. The framework supports behavior-driven development by mapping human-readable Gherkin syntax to automation logic. It also includes an integrated web accessibility auditor to identify violations within web applications. The toolset covers a broad range of automation capabilities, including parallel test execution across multiple browser in

    Automated browser testing for the modern web development stack.

    JavaScript
    Auf GitHub ansehen↗9,904
  • webdriverio/webdriverioAvatar von webdriverio

    webdriverio/webdriverio

    9,795Auf GitHub ansehen↗

    WebDriverIO is a Node.js test automation framework used for automating functional tests across web browsers and mobile applications. It acts as a WebDriver protocol client that manages remote browser sessions and executes commands against WebDriver and Appium servers to perform end-to-end testing. The framework is distinguished by its ability to control both native and hybrid mobile applications and its support for running automated suites across local machines, remote grids, and cloud device providers. It includes specialized capabilities for coordinating multi-browser interactions and estab

    Node.js bindings implementation for the W3C WebDriver protocol.

    TypeScript
    Auf GitHub ansehen↗9,795
  • angular/protractorAvatar von angular

    angular/protractor

    8,694Auf GitHub ansehen↗

    Protractor is a WebDriver-based end-to-end testing framework and browser automation tool. It serves as a frontend integration test suite used to verify web application flows by simulating user behavior and executing JavaScript within a browser. The framework is specifically designed for testing Angular applications, providing specialized locators and synchronization tools that align with the framework lifecycle. It distinguishes itself through automatic test step synchronization, which pauses execution until pending page tasks are completed to ensure stable browser execution. The tool covers

    E2E test framework for Angular apps.

    JavaScriptangularend-to-endjavascript
    Auf GitHub ansehen↗8,694
  • mendableai/firecrawl-mcp-serverAvatar von mendableai

    mendableai/firecrawl-mcp-server

    6,602Auf GitHub ansehen↗

    This project is a Model Context Protocol server that connects large language models to web scraping and crawling tools. It functions as a bridge, allowing LLM clients to utilize a web crawling engine and scraping utilities to extract and process web data. The server integrates a markdown web converter that transforms dynamic web pages and PDF documents into clean markdown to optimize consumption by AI models. It also provides a browser automation interface for controlling headless sessions and bypassing access restrictions. The system covers broad capabilities including large-scale website d

    Advanced web scraping with JavaScript rendering support.

    JavaScript
    Auf GitHub ansehen↗6,602
  • browsermcp/mcpAvatar von BrowserMCP

    BrowserMCP/mcp

    5,817Auf GitHub ansehen↗

    BrowserMCP is a browser automation bridge that connects AI tools to a live browser session through a local proxy server. It implements a standardized protocol for sending commands like click, type, and navigate to a real browser instance running on the user's machine, while keeping all browsing data on the device. The project distinguishes itself by preserving user sessions and fingerprints across automation tasks. It attaches to the user's existing browser profile to maintain cookies, logins, and authentication state, and uses the real browser's user agent, viewport, and extension context to

    Automated control for local Chrome instances.

    TypeScriptbrowser-automationbrowser-extensionclaude
    Auf GitHub ansehen↗5,817
Vorherige12345…6Nächste
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Browser Automation