MCP Server
Integrating with Bright Data MCP Server
Bright Data Model Context Protocol (MCP) empowers your AI models and agents with
real-time, reliable access to public web data. With Bright Data MCP, your applications can effortlessly retrieve both static and dynamic content from across the web, eliminating the need to build or maintain complex data scraping and unlocking infrastructure.
GitHub
Visit Bright Data GitHub repository
Claude Desktop Extension
Install Bright Data MCP server with one click.
npm
Visit Bright Data npm repository
Configuration
Before you begin, ensure you have the following:
-
Node.js package is installed and up to date
A Bright Data account (new users get free credit for testing, and then you can pay as you go)
-
An API key with Admin permissions from the user settings page
-
To enable automation capabilities create a Browser API zone in your control panel (any zone name is allowed)
If you prefer to use a different zone name, you can specify it with the WEB_UNLOCKER_ZONE
environment variable in your configuration
Choose your client configuration:
Variable | Value |
---|---|
Command | npx |
Arguments | @brightdata/mcp |
Enviorements | API_KEY = “<api-key>” // insert your api key from https://brightdata.com/cp/setting/users WEB_UNLOCKER_ZONE = “<web_unlocker zone name>” // Optional - if you want to use different name than mcp_unlocker, and uses web_unlocker BROWSER_ZONE = “<browser zone name>”, // Optional - if you use browser api and want to use a different name than mcp_browser RATE_LIMIT = “<rate limit format>” // Optional - possible values: limit/time+unit, e.g., 100/1h, 50/30m, 10/5s |
Examples
Extract real-time data from Google
Extract real-time data from Google
“Extract all flight times depart from JFK airport to Heathrow in the next 24 hours”
Extract data from Linkedin
Extract data from Linkedin
“Extract Bright Data overview section content from Linkedin”
Extract dynamic data from ebay.com
Extract dynamic data from ebay.com
“Go to ebay.com, click the “shop by category” button on the navigation bar, extract all categories”
How to verify that the MCP is working
Claude will ask for permission request, click “Allow”
You will be able to monitor your BrightData API usage under “My Zones” in the BrightData website
Troubleshooting
For any problem, look at the troubleshooting section on GitHub or contact support