Bright Data MCP
Official Bright Data server for the Model Context Protocol that enables AI assistants like Claude Desktop to reference and make decisions based on real-time public web data.
What is Bright Data MCP?
Bright Data MCP is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to official bright data server for the model context protocol that enables ai assistants like claude desktop to reference and make decisions based on real-time public web data.
Official Bright Data server for the Model Context Protocol that enables AI assistants like Claude Desktop to reference and make decisions based on real-time public web data.
This server falls under the Search & Data Extraction category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- Official Bright Data server for the Model Context Protocol t
Use Cases
Maintainer
Works with
Installation
NPM
npx -y @brightdata/mcpManual Installation
npx -y @brightdata/mcpConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Bright Data MCP
Bright Data MCP is the official Model Context Protocol server from Bright Data, connecting AI assistants like Claude to real-time public web data with built-in anti-bot detection and browser automation. It exposes a suite of tools for web search, scraping, social media intelligence, e-commerce data, and financial datasets — all routed through Bright Data's proxy infrastructure. Developers and analysts use it to give their AI agents the ability to access live, structured web information without being blocked by anti-scraping measures. With over 60 tools available in Pro mode, it covers everything from package registry lookups to full browser-based page rendering.
Prerequisites
- Node.js 18 or higher installed
- A Bright Data account with an API token (obtainable at brightdata.com)
- An MCP-compatible client such as Claude Desktop or Cursor
- Optional: Bright Data Web Unlocker and Scraping Browser zones configured in your account
Obtain your Bright Data API token
Log in to your Bright Data account at brightdata.com, navigate to the API section, and generate an API token. This token is required to authenticate all requests from the MCP server.
Install the MCP server via npx
Run the Bright Data MCP server using npx without a separate global install. Pass your API token as an environment variable.
API_TOKEN=your_brightdata_token npx -y @brightdata/mcpConfigure your MCP client
Add the server entry to your MCP client configuration file (e.g. claude_desktop_config.json for Claude Desktop). Set at minimum the API_TOKEN. Optionally enable PRO_MODE to unlock 60+ tools.
{
"mcpServers": {
"brightdata": {
"command": "npx",
"args": ["-y", "@brightdata/mcp"],
"env": {
"API_TOKEN": "your_brightdata_api_token",
"PRO_MODE": "false"
}
}
}
}Enable Pro mode for full tool access (optional)
By default only the free tools (search_engine, scrape_as_markdown, discover) are available. Set PRO_MODE=true in your env to unlock all 60+ tools including browser automation, social media scrapers, e-commerce data, and financial intelligence.
"PRO_MODE": "true"Scope tools with GROUPS or TOOLS env vars (optional)
To limit which tools are loaded, set GROUPS to a comma-separated list of categories (code, browser, ecommerce, social, finance, business, geo) or set TOOLS to specific tool names to keep token overhead low.
"GROUPS": "ecommerce,social"
"TOOLS": "extract,scrape_as_html"Restart your MCP client and verify
Restart Claude Desktop (or your chosen MCP client) after saving the config. The server should connect and expose the Bright Data tools. You can ask your AI assistant to search for something to verify it's working.
Bright Data MCP Examples
Client configuration
Complete claude_desktop_config.json snippet for the Bright Data MCP server with Pro mode enabled and rate limiting configured.
{
"mcpServers": {
"brightdata": {
"command": "npx",
"args": ["-y", "@brightdata/mcp"],
"env": {
"API_TOKEN": "your_brightdata_api_token",
"PRO_MODE": "true",
"RATE_LIMIT": "100/1h",
"WEB_UNLOCKER_ZONE": "mcp_unlocker",
"BROWSER_ZONE": "mcp_browser"
}
}
}
}Prompts to try
Example prompts that leverage Bright Data's real-time web data capabilities.
- "Search for the current price of NVDA stock and summarize any recent news about it."
- "Scrape the product listings from this e-commerce URL and give me prices and ratings."
- "What are the top trending topics on social media right now related to AI?"
- "Find the latest version of the 'react' npm package and its changelog."
- "Search the web for restaurant reviews near downtown San Francisco and summarize the top results."Troubleshooting Bright Data MCP
Error: 'API_TOKEN is required' when starting the server
Ensure the API_TOKEN environment variable is set in your MCP client config under the 'env' key. Do not pass it as a command argument — it must be in the env block.
Tools not appearing in the AI assistant even after configuration
Fully restart your MCP client after editing the config file. Also check that your Bright Data account has the Web Unlocker and Scraping Browser zones active, as some tools require these zones to be provisioned.
Rate limit errors during heavy usage
Set the RATE_LIMIT environment variable (e.g. '100/1h') to control request frequency, or increase your Bright Data plan's bandwidth allocation from the dashboard.
Frequently Asked Questions about Bright Data MCP
What is Bright Data MCP?
Bright Data MCP is a Model Context Protocol (MCP) server that official bright data server for the model context protocol that enables ai assistants like claude desktop to reference and make decisions based on real-time public web data. It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Bright Data MCP?
Install via npm with the command: npx -y @brightdata/mcp. Then add the server configuration to your AI client's JSON config file (e.g., claude_desktop_config.json or .cursor/mcp.json).
Which AI clients work with Bright Data MCP?
Bright Data MCP works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Bright Data MCP free to use?
Yes, Bright Data MCP is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.
Bright Data MCP Alternatives — Similar Search & Data Extraction Servers
Looking for alternatives to Bright Data MCP? Here are other popular search & data extraction servers you can use with Claude, Cursor, and VS Code.
TrendRadar
★ 58.0kA real-time hotspot monitoring and news aggregation assistant that provides AI-powered analysis of trending topics across multiple platforms via the Model Context Protocol. It enables users to track news and receive automated notifications through va
Scrapling
★ 52.7k🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!
PDF Math Translate
★ 33.9k[EMNLP 2025 Demo] PDF scientific paper translation with preserved formats - 基于 AI 完整保留排版的 PDF 文档全文双语翻译,支持 Google/DeepL/Ollama/OpenAI 等服务,提供 CLI/GUI/MCP/Docker/Zotero
GPT Researcher
★ 27.2kAn autonomous agent that conducts deep research on any data using any LLM providers
Agent Reach
★ 20.1kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
Xiaohongshu
★ 13.7kMCP for xiaohongshu.com
Browse More Search & Data Extraction MCP Servers
Explore all search & data extraction servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Bright Data MCP in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Bright Data MCP?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.