
mcp-browser-use-tools
This package vendors a subset of [browser-use](
What is mcp-browser-use-tools?
This package vendors a subset of the browser-use library with minimal dependencies exposed as an mcp-server, allowing users to create their own agent loops.
How to use mcp-browser-use-tools?
To use this package, integrate it into your Python project and utilize the provided tools to automate browser tasks such as searching, navigating, and interacting with web elements.
Key features of mcp-browser-use-tools?
- Minimal dependencies for easy integration
- Exposes internal tools for custom agent loops
- Supports various browser automation tasks like searching, clicking, and scrolling
Use cases of mcp-browser-use-tools?
- Automating repetitive web tasks for data extraction.
- Creating custom web scraping agents.
- Building automated testing scripts for web applications.
FAQ from mcp-browser-use-tools?
- Is this package a full browser agent?
No, it only exposes a subset of tools for users to create their own agent loops.
- What programming language is this package written in?
This package is written in Python.
- Can I use this package for web scraping?
Yes, it can be used for web scraping and automating browser interactions.
mcp-browser-use-tools
This package vendors a subset of browser-use with minimal dependencies exposed as an mcp-server.
Note this does not wrap the full browser-use agent. There are other MCP's that do that. This one only exposes the internal tools for folks who want to roll their own agent loop.
Supports the following tools:
- done
- search_google
- go_to_url
- go_back
- wait
- click_element
- input_text
- switch_tab
- open_tab
- extract_content
- scroll_down
- scroll_up
- send_keys
- scroll_to_text
- get_dropdown_options
- select_dropdown_option
