Metadata-Version: 2.2
Name: mcp-browser-use
Version: 0.1.4
Summary: MCP server for browser-use
Author-email: Vinayak Mehta <vmehta94@gmail.com>
License: Apache-2.0
Project-URL: Homepage, https://github.com/vinayak-mehta/mcp-browser-use
Project-URL: Bug Tracker, https://github.com/vinayak-mehta/mcp-browser-use/issues
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: mcp>=0.1.0
Requires-Dist: python-dotenv>=1.0.0
Requires-Dist: fastapi>=0.109.0
Requires-Dist: uvicorn>=0.27.0
Requires-Dist: playwright>=1.50.0
Requires-Dist: browser-use>=0.1.40

# mcp-browser-use: MCP server for browser-use

[![Version](https://img.shields.io/pypi/v/mcp-browser-use.svg)](https://pypi.org/project/mcp-browser-use/) [![Python Versions](https://img.shields.io/pypi/pyversions/mcp-browser-use.svg)](https://pypi.org/project/mcp-browser-use/) [![License](https://img.shields.io/pypi/l/mcp-browser-use.svg)](https://pypi.org/project/mcp-browser-use/)

**mcp-browser-use** is the easiest way to connect any MCP client (like Claude or Cursor) with the browser using [browser-use](https://github.com/browser-use/browser-use).

Unlike other `browser-use` MCPs that make you pay for an LLM API key, this one just uses the LLM that's already set up in your MCP client.

## Quickstart

You can start using `mcp-browser-use` with an MCP client by putting the following command in the relevant config:

```bash
$ uvx mcp-browser-use
```

## Contributing

Contributions are welcome! Please feel free to submit a pull request.

## Versioning

`mcp-browser-use` uses [Semantic Versioning](https://semver.org/). For the available versions, see the tags on the GitHub repository.

## License

This project is licensed under the Apache 2.0 License, see the [LICENSE](https://github.com/vinayak-mehta/mcp-browser-use/blob/master/LICENSE) file for details.
