The reputation layer for AI skills, tools & agents

kontext-dev/browser-use-mcp-server

Score: 30.3 Rank #6371

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

Expand your description to 150+ characters for better discoverability

Freshness high impact

Last commit was 249 days ago — a recent commit would boost your freshness score

Issue Health high impact

You have 16 open vs 10 closed issues — triaging stale issues improves health

Badge

AgentRank score for kontext-dev/browser-use-mcp-server
[![AgentRank](https://agentrank-ai.com/api/badge/tool/kontext-dev--browser-use-mcp-server)](https://agentrank-ai.com/tool/kontext-dev--browser-use-mcp-server)
<a href="https://agentrank-ai.com/tool/kontext-dev--browser-use-mcp-server"><img src="https://agentrank-ai.com/api/badge/tool/kontext-dev--browser-use-mcp-server" alt="AgentRank"></a>

Matched Queries

"mcp server""mcp-server"

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 c
Read full README on GitHub →
Are you the maintainer? Claim this listing