kontext-dev/browser-use-mcp-server
Browse the web, directly from Cursor etc.
Overview
kontext-dev/browser-use-mcp-server is a Python MCP server licensed under MIT. Browse the web, directly from Cursor etc. Topics: browser-use, mcp, mcp-server, browser, playwright, cursor.
Ranked #6371 out of 25632 indexed tools.
Ecosystem
Python MIT
browser-usemcpmcp-serverbrowserplaywrightcursor
Signal Breakdown
Stars 812
Freshness 8mo ago
Issue Health 38%
Contributors 7
Dependents 0
Forks 111
Description Brief
License MIT
How to Improve
Description low impact
Freshness high impact
Issue Health high impact
Matched Queries
From the README
# browser-use-mcp-server <div align="center"> **An MCP server that enables AI agents to control web browsers using [browser-use](https://github.com/browser-use/browser-use).** > **🌐 Want to Vibe Browse the Web?** Open-source AI-powered web browser - [**Vibe Browser**](https://github.com/co-browser/vibe). > > **🔗 Managing multiple MCP servers?** Simplify your development workflow with [agent-browser](https://github.com/co-browser/agent-browser) </div> ## Prerequisites - [uv](https://github.com/astral-sh/uv) - Fast Python package manager - [Playwright](https://playwright.dev/) - Browser automation - [mcp-proxy](https://github.com/sparfenyuk/mcp-proxy) - Required for stdio mode ```bash # Install prerequisites curl -LsSf https://astral.sh/uv/install.sh | sh uv tool install mcp-proxy uv tool update-shell ``` ## Environment Create a `.env` file: ```bash OPENAI_API_KEY=your-api-key CHROME_PATH=optional/path/to/chrome PATIENT=false # Set to true if API calls should wait for task cRead full README on GitHub →
Are you the maintainer? Claim this listing