Browser Use icon

Browser Use

Createdco-browser

Enables web browsing directly from environments like Cursor by acting as a browser-use MCP server.

About

Browser Use acts as a Media Control Protocol (MCP) server, facilitating web browsing integration with various client applications like Cursor.ai and Claude. It leverages Playwright for browser automation and provides an SSE transport for communication. The server also includes a VNC server for streaming the dockerized browser, offering a complete solution for interacting with web content programmatically. It empowers LLMs to browse the web, gather information, and perform actions, extending their capabilities beyond their inherent knowledge.

Key Features

  • Dockerized for easy deployment
  • browser_get_result function to retrieve results of asynchronous browser tasks
  • VNC server for streaming the dockerized browser
  • browser_use function to initiate browser tasks with URLs and actions
  • SSE transport for real-time communication
  • 94 GitHub stars

Use Cases

  • Integrating web browsing capabilities into Cursor.ai
  • Programmatically controlling a browser instance for web automation
  • Enabling Claude to access and interact with web content
    Browser Use: Web Browser Automation for LLMs