A powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access.
Official Bright Data Model Context Protocol (MCP) server that enables referencing public web data. This server allows MCP clients like Claude Desktop, Cursor, Windsurf, OpenAI Agents and others make decisions based on the information available on the web.
mcp_unlocker
in your control panel
WEB_UNLOCKER_ZONE
brd-customer-[your-customer-ID]-zone-[your-zone-ID]:[your-password]
nodejs
to get the npx
command (node.js module runner). Installation instructions can be found on the node.js website{
"mcpServers": {
"Bright Data": {
"command": "npx",
"args": ["@brightdata/mcp"],
"env": {
"API_TOKEN": "<insert-your-api-token-here>",
"WEB_UNLOCKER_ZONE": "<optional if you want to override the default mcp_unlocker zone name>",
"BROWSER_AUTH": "<optional if you want to enable remote browser control tools>"
}
}
}
}
To use this MCP server with other agent types, you should adapt the following to your specific software:
npx @brightdata/mcp
API_TOKEN=<your-token>
must exist when running the serverSome example queries that this MCP server will be able to help with:
The videos below demonstrates a minimal use case for Claude Desktop:
Some tools can involve reading web data, and the amount of time needed to load the page can vary by quite a lot in extreme circumstances.
To ensure that your agent will be able to consume the data, set a high enough timeout in your agent settings.
A value of 180s
should be enough for 99% of requests, but some sites load slower than others, so tune this to your needs.