Brave-Real-Browser-Mcp-Server
Verified Safeby codeiva4u
Overview
A powerful multi-protocol (MCP, LSP, SSE) server that enables AI agents and other clients to automate Brave Real Browser, featuring anti-detection, ad-blocking, stealth, and advanced web interaction capabilities for complex scraping, data extraction, and workflow automation.
Installation
node dist/unified-server.jsEnvironment Variables
- MCP_TRANSPORT
- MCP_PORT
- MCP_HOST
- MCP_PATH
- MCP_CORS
- MCP_SESSION_TIMEOUT
- MCP_AUTO_SYNC
- MCP_PROGRESS
- DEBUG
- HEADLESS
- DISABLE_CONTENT_PRIORITY
- BRAVE_PATH
Security Notes
The server includes an `execute_js` tool, which is an 'ULTRA POWERFUL' feature allowing custom JavaScript code execution directly on the browsed page. This grants high privileges within the browser context and poses a significant security risk if the input to this tool is not from a trusted source or is vulnerable to injection attacks. While `execSync` is used in some system utilities and browser launching components, it is generally for controlled system-level operations like process management and file operations with explicit path sanitization in `file-handlers.ts`. No direct `eval` calls of external input were found in the main processing logic. However, the presence of `execute_js` makes the system highly capable but also highly sensitive to the trustworthiness of the calling agent.
Similar Servers
mcp
This server provides Hyperbrowser's Model Context Protocol (MCP) interface, offering tools for web scraping, structured data extraction, crawling, and general-purpose browser automation using AI agents like OpenAI's CUA and Anthropic's Claude Computer Use.
brave-search-mcp-server
Integrates the Brave Search API to provide comprehensive search functionalities including web, local, image, video, news, and AI-powered summarization through an MCP server.
scrapegraph-mcp
Provides AI-powered web scraping, structured data extraction, multi-page crawling, and agentic automation capabilities for language models.
data-extractor
A commercial-grade MCP Server designed for robust web page and PDF content extraction and conversion to Markdown, purpose-built for long-term enterprise deployment.