Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
browser-use.dxt | 2025-07-08 | 396.0 kB | |
0.5.0 source code.tar.gz | 2025-07-08 | 1.8 MB | |
0.5.0 source code.zip | 2025-07-08 | 2.0 MB | |
README.md | 2025-07-08 | 1.9 kB | |
Totals: 4 Items | 4.2 MB | 0 |
Ⓜ️©🅟 Full MCP Support
Expose MCP tools to the Browser Use agent, or expose the browser-use actions as tools to other MCP clients, both are now supported.
- https://docs.browser-use.com/customize/mcp-client
- https://docs.browser-use.com/customize/mcp-server
- https://docs.browser-use.com/cli
Example: Use it with Claude Desktop
- Option A: Download the
browser-use.dxt
Claude Desktop Extension below, and double-clickt to use it (recommended) -
Option B: Install the MCP server manually in your Claude Desktop config
.json
:::json { "mcpServers": { "browser-use": { "command": "uvx", "args": ["browser-use[cli]", "--mcp"] } } }
What's Changed
- Add MCP Client & Server Support by @pirate in https://github.com/browser-use/browser-use/pull/2297
- Allow connecting multiple MCP servers to browser-use Agent and expose their tools as actions by @pirate in https://github.com/browser-use/browser-use/pull/2344
- MCP server logging stderr redirection by @pirate in https://github.com/browser-use/browser-use/pull/2346
- Improvements to
~/.config/browseruse/config.json
schema for use with new MCP client and server connectors - feat: add parameters to remove images and css in the eval.yaml by @reformedot in https://github.com/browser-use/browser-use/pull/2337
- better error handling and lmnr inclusion by @MagMueller in https://github.com/browser-use/browser-use/pull/2333
- Enhances scroll functionality with pixel control by @DanielTea in https://github.com/browser-use/browser-use/pull/2338
Full Changelog: https://github.com/browser-use/browser-use/compare/0.4.5...0.5.0