Metadata-Version: 2.2
Name: mcp-browser-use-tools
Version: 0.1.1
Summary: This package vendors a subset of [browser-use](https://github.com/browser-use/browser-use) with minimal dependencies exposed as an mcp-server.
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: fastmcp>=0.4.1
Requires-Dist: playwright>=1.50.0

# mcp-browser-use-tools

This package vendors a subset of [browser-use](https://github.com/browser-use/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
