Hey everyone,
Get ready for a game-changing update! We're absolutely thrilled to announce the latest version of browser-use webui, packed with features that dramatically expand the capabilities of your AI agents. This release marks a significant milestone, especially with the deep integration of browser-use
and MCP!
Here's what's new and exciting:
-
Full Compatibility with
browser-use
0.1.48: We've updated our integration to be fully compatible withbrowser-use
version 0.1.48. This means you can leverage all the latest features, improvements, and stability enhancements from the corebrowser-use
library right out of the box. Stay on the cutting edge of browser automation! โจ -
Browser-use Meets MCP Servers: A New Era of Agent Power! ๐ฅ With the introduction of MCP server support, we've unlocked a universe of possibilities for your agents!
- What does this mean?
browser-use
can now seamlessly interact with external tools and services defined as MCP servers. Think of it as giving your browser agent access to a whole new set of limbs and senses outside of the web page! - Go Beyond Browsing: Your
browser-use
agent can now run desktop commands (like file operations or launching applications via tools like@wonderwhy-er/desktop-commander
), interact with local services, connect to databases, run scripts, and so much more. The potential is truly vast! - Simple Configuration: Getting started with MCP servers is straightforward. Simply define your desired servers in your configuration file using a structure like this JSON(Claude desktop MCP json):
{ "mcpServers": { "desktop-commander": { "command": "npx", "args": [ "-y", "@wonderwhy-er/desktop-commander" ] } } }
- What does this mean?
0501-mcp-test.mov
- Brand New Web UI for Agent Interaction:
- Introducing our shiny new Web UI! ๐ Interact with your
browser-use
agent in a conversational manner directly from your browser. This UI allows you to: - Provide human intervention, when needed โ whether it's solving a CAPTCHA, making a complex decision, or guiding the agent through an unexpected situation. It's seamless human-agent collaboration!
- Enhanced DeepResearch Agent (MCP Enabled!): We've also significantly upgraded our
deepresearch
agent! ๐ง This new version is more powerful and efficient at gathering and synthesizing information. And yes, it also fully supports the new MCP system, enabling it to use external tools for research tasks.
How to Update:
uv pip install -r requirements.txt
python webui.py
Thanks to all the contributors๏ผ
Thank you for your continued support! Happy building! ๐