mcp-browser-use
If you are the rightful owner of mcp-browser-use and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
MCP Server provides browser automation capabilities through a simple API.
The MCP Server is designed to facilitate browser automation by leveraging natural language commands. It integrates FastMCP for creating a straightforward API server, browser-use for executing browser automation tasks, and OpenAI's GPT models to interpret and process natural language inputs. This setup allows users to perform complex browser operations without needing to write extensive code, making it accessible for users with varying levels of technical expertise. The server is built with Python 3.11+ and uses Poetry for dependency management, ensuring a modern and efficient development environment. By configuring the server with an OpenAI API key, users can seamlessly integrate AI-driven command interpretation into their automation workflows.
Features
- Natural Language Processing: Utilizes OpenAI's GPT models to interpret user commands.
- Browser Automation: Executes tasks through the `/run_browser_task` endpoint.
- Simple API Integration: Built with FastMCP for easy API server creation.
- Environment Configuration: Uses a `.env` file for secure API key management.
- Modern Development Tools: Requires Python 3.11+ and Poetry for streamlined dependency management.