The MCP Browser Integration Server is a specialized tool designed to seamlessly connect MCP clients, such as Claude or Cursor, with web browsers using the browser-use framework. Unlike other MCP implementations that require an LLM API key, this server leverages the LLM already configured in your MCP client, making it a cost-effective and efficient solution.
To start using the MCP Browser Integration Server, add the following command to your MCP client configuration:
uvx mcp-browser-use
Note: Ensure you provide the full path to uvx
to avoid issues with the server startup.
The server is designed to work out-of-the-box with minimal configuration. For advanced settings, refer to the browser-use documentation.
Once configured, the server will act as a bridge between your MCP client and the browser, enabling enhanced interaction and functionality.
Contributions are welcome! Feel free to submit a pull request to improve the project.
The project follows Semantic Versioning. For the latest versions, check the tags on GitHub.
This project is licensed under the Apache 2.0 License. For more details, see the LICENSE file.