brightdata-mcp
Verified Safeby brightdata
Overview
The MCP server enables AI agents to access real-time web data and perform browser automation for tasks like research, e-commerce intelligence, market analysis, and content creation, bypassing bot detection and CAPTCHAs.
Installation
npx @brightdata/mcpEnvironment Variables
- API_TOKEN
- WEB_UNLOCKER_ZONE
- BROWSER_ZONE
- PRO_MODE
- RATE_LIMIT
Security Notes
The server primarily acts as a wrapper around Bright Data's secure APIs, passing user-provided URLs and queries. It uses environment variables for sensitive API tokens and zone configurations, which is a good practice. Browser automation relies on ARIA refs, which are more robust and less prone to injection than arbitrary CSS selectors. The `extract` tool sends scraped markdown content along with an optional user prompt to an LLM for structured extraction. While the tool attempts to constrain the LLM's response to JSON, the injection of user-controlled `extraction_prompt` into the LLM's input is a potential vector for prompt injection for the LLM itself, though not a direct code execution vulnerability within the MCP server. No `eval` or blatant direct code injection patterns are observed. Overall, it delegates core web interaction security to Bright Data's infrastructure.
Similar Servers
chrome-devtools-mcp
Enables AI coding agents to control and inspect a live Chrome browser for reliable automation, in-depth debugging, and performance analysis via the Model-Context-Protocol (MCP).
Scrapling
Enables AI chatbots and agents to perform adaptive web scraping, extract targeted data, and bypass anti-bot protections conversationally.
mcp-server-browserbase
Provides cloud browser automation capabilities, enabling LLMs to interact with web pages, take screenshots, extract information, and perform automated actions.
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.