Browser Use Tools
Exposes a subset of browser-use tools with minimal dependencies as an mcp-server.
About
This package offers a selection of tools from the browser-use library, repackaged with reduced dependencies and presented as an mcp-server. Unlike other MCP servers that wrap the full browser-use agent, this tool focuses on providing the essential internal functions, empowering users to create their own customized agent loops. It includes functionalities such as webpage navigation, element interaction, content extraction, and scrolling, among others.
Key Features
- 1 GitHub stars
- Provides tools for webpage navigation (go_to_url, go_back)
- Enables element interaction (click_element, input_text)
- Supports tab management (switch_tab, open_tab)
- Allows content extraction (extract_content)
- Offers scrolling functionalities (scroll_down, scroll_up, scroll_to_text)
Use Cases
- Developing personalized web scraping solutions
- Building custom browser automation workflows
- Creating tailored tools for web application testing