browser-use-mcp-client

A MCP client for browser-use

GitHub Stars

38

User Rating

Not Rated

Favorites

0

Views

22

Forks

4

Issues

0

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

1Clone the Repository
bash
   git clone 
   cd browser-use-mcp-client
   
2Install Dependencies
bash
   pnpm install
   
3Start the Development Server
bash
   pnpm dev
   
4Start the Proxy Server
bash
   ./proxy/index.js
   
The application will be available at http://localhost:5173

Additional Resources