https://github.com/browser-use/awesome-projects
List of Open Source projects built on Browser Use
https://github.com/browser-use/awesome-projects
List: awesome-projects
Last synced: 6 months ago
JSON representation
List of Open Source projects built on Browser Use
- Host: GitHub
- URL: https://github.com/browser-use/awesome-projects
- Owner: browser-use
- Created: 2025-04-01T14:09:40.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-05-03T04:14:45.000Z (8 months ago)
- Last Synced: 2025-06-09T00:37:23.993Z (7 months ago)
- Size: 3.91 KB
- Stars: 73
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Awesome Browser-Use Projects ✨
A curated list of awesome open-source projects built on or inspired by [browser-use](https://github.com/browser-use/browser-use), enabling AI agents to control and interact with web browsers. 🤖🌐
💡 See what others are building and share your projects in our [Discord](https://link.browser-use.com/discord)! Want Swag? Check out our [Merch store](https://browsermerch.com).
🌤️ Skip the setup - try our hosted version for instant browser automation! [Try the cloud ☁︎](https://cloud.browser-use.com).
## Table of Contents
- [Agent Frameworks](#agent-frameworks--task-completion)
- [Server Implementations & Protocol Integration](#server-implementations--protocol-integration)
- [Specific Applications](#specific-applications-qa)
- [Integrations & Ease of Use](#integrations--ease-of-use)
## Agent Frameworks
These projects leverage `browser-use` or similar browser automation techniques as part of a larger AI agent system designed for general task completion or analysis.
* [OpenManus](https://github.com/mannaandpoem/OpenManus) - An open-source multi-agent system inspired by Manus, designed to accomplish complex tasks using tools and browser interaction.
* [Agent-tars](https://github.com/bytedance/UI-TARS-desktop/tree/main/apps/agent-tars) - A multimodal AI agent that visually interprets web pages to perform browser operations and integrates with system commands.
* [nanobrowser](https://github.com/nanobrowser/nanobrowser) - A multi-agent system running locally in the browser for real-time analysis, featuring self-correction and dynamic navigation instructions.
## Server Implementations & Protocol Integration
These projects focus on providing server backends or implementing specific protocols (like MCP) to facilitate AI interaction with browsers via `browser-use`.
* [Saik0s/mcp-browser-use](https://github.com/Saik0s/mcp-browser-use) - An AI-driven browser automation server implementing the Model Context Protocol (MCP) based on `browser-use` for natural language control.
* [JovaniPink/mcp-browser-use](https://github.com/JovaniPink/mcp-browser-use) - A server implementation for the `browser-use` library integrating Anthropic's Model Context Protocol (MCP) for AI agent browser interaction.
## Specific Applications
Projects applying `browser-use` principles to solve problems in a specific domain, such as Quality Assessment.
* [SDET-GENIE](https://github.com/WaiGenie/SDET-GENIE) - An AI-powered QA automation framework leveraging `browser-use` to transform user stories directly into executable test automation code.
* [SpiderCreator](https://github.com/carlosplanchon/spidercreator) - Automated web scraping spider generation using Browser Use and LLMs.
* [web-eval-agent](https://github.com/Operative-Sh/web-eval-agent) - An AI-powered MCP agent from [operative.sh](https://operative.sh/) that performs automated UX/UI testing and provides detailed analysis of web apps.
## Integrations & Ease of Use
Projects focused on simplifying the use of `browser-use` by providing wrappers, APIs, or extensions.
* [A5-Browser-Use](https://github.com/AgenticA5/A5-Browser-Use/) - An all-in-one solution integrating `browser-use` with a user-friendly RESTful API and Chrome extension for simplified agentic browser automation.
*Contributions welcome! Feel free to open an issue or pull request to add more projects.*