Skip to content

๐Ÿ’ฅ Browser-Use + MCP: Unleashing Agent Power Beyond the Browser! ๐Ÿš€

Latest
Compare
Choose a tag to compare
@warmshao warmshao released this 01 May 05:56
· 58 commits to main since this release
664f874

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:

  1. Full Compatibility with browser-use 0.1.48: We've updated our integration to be fully compatible with browser-use version 0.1.48. This means you can leverage all the latest features, improvements, and stability enhancements from the core browser-use library right out of the box. Stay on the cutting edge of browser automation! โœจ

  2. 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"
          ]
        }
      }
    }
0501-mcp-test.mov
  1. 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!
  1. 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! ๐ŸŽ‰