Brave Browser Server
БесплатноНе проверенGives AI agents full control over Brave Browser, optimized for local LLMs to ensure low latency and high reliability.
Описание
Gives AI agents full control over Brave Browser, optimized for local LLMs to ensure low latency and high reliability.
README
A powerful Model Context Protocol (MCP) server that gives AI agents full control over your Brave Browser. Unlike standard automation, this server is optimized for local LLMs (like Qwen3.5 27B) to ensure low latency and high reliability.
⚡ Quick Setup
1. Install dependencies
pip install mcp[cli] playwright
playwright install chromium
Note: Even though we use Brave, Playwright needs its driver components to control it.
2. Add to Claude Desktop (or your MCP Host)
Edit your claude_desktop_config.json:
{
"mcpServers": {
"brave-browser": {
"command": "python",
"args": ["C:/PATH/TO/MCP-Brave-Browser/server.py"]
}
}
}
🔧 Optimized Tools (27)
Speed & Discovery (VITAL for Local Models)
| Tool | Description |
|---|---|
page_summary |
Instant Orientation. Returns Title, H1s, and Meta info. Use this first to save context. |
find_elements |
Targeted Search. Finds specific items by text/URL. Faster than reading a whole page. |
snapshot |
Accessibility Tree. Returns elements with ref=N IDs. |
Navigation
| Tool | Description |
|---|---|
navigate |
Opens a URL. |
get_page_info |
Returns current URL and page title. |
tabs |
List, open, close, or switch tabs. |
Page Interaction
| Tool | Description |
|---|---|
click / hover |
Interact via CSS selector or ref=N from snapshot. |
type_text |
Real-time character typing. |
fill_input |
Instant form filling. |
take_screenshot |
Visual verification (Timestamped in /screenshots). |
🚀 Performance Tips (Context & Compute)
If you are using a local 4B-9B model, full page snapshots can be slow. Use these strategies to make it lightning fast:
- Filter Noise: Use
snapshot(interactive_only=True). This strips outdiv,section, andnavcontainers, returning only the interactive elements. It usually reduces context size by 70%. - Scope your Search: Use
snapshot(selector="#main-content")to only see a specific part of the page. - Use Summaries First: Instead of taking a snapshot immediately, call
page_summary()to understand where you are. - Targeted Discovery: Use
find_elements(query="Login")if you just need to find one specific button.
⚙️ Configuration
| Setting | Default | Override |
|---|---|---|
| Brave path | C:\Program Files\BraveSoftware\Brave-Browser\Application\brave.exe |
Set BRAVE_EXECUTABLE_PATH env var |
| Profile Path | ./brave_mcp_profile |
Managed automatically (Persistent sessions) |
📦 Dependencies
mcp[cli]— FastMCP frameworkplaywright— High-speed browser automation engine
📄 License
This project is licensed under the MIT License - see the LICENSE file for details.
Установка Brave Browser Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/SlaveOfGod1/Brave-Browser-MCPFAQ
Brave Browser Server MCP бесплатный?
Да, Brave Browser Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Brave Browser Server?
Нет, Brave Browser Server работает без API-ключей и переменных окружения.
Brave Browser Server — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Brave Browser Server в Claude Desktop, Claude Code или Cursor?
Открой Brave Browser Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Playwright
Browser automation, scraping, screenshots
автор: MicrosoftPuppeteer
Browser automation and web scraping.
автор: modelcontextprotocolopentabs-dev/opentabs
Plugin-based MCP server + Chrome extension that gives AI agents access to web applications through the user's authenticated browser session. 100+ plugins with a
автор: opentabs-devrobhunter/agentdeals
1,500+ developer infrastructure deals, free tiers, and startup programs across 54 categories. Search deals, compare vendors, plan stacks, and track pricing chan
автор: robhunterCompare Brave Browser Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории browse
