brightdata mcp for Cline
io.github.brightdata/brightdata-mcp
Bright Data's Web MCP server enabling AI agents to search, extract & navigate the web
client:Cline
transport:stdio
runtime:npm
Install brightdata mcp in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"brightdata-mcp": {
"command": "npx",
"args": [
"-y",
"@brightdata/mcp"
],
"env": {
"API_TOKEN": "<API_TOKEN>",
"WEB_UNLOCKER_ZONE": "<WEB_UNLOCKER_ZONE>",
"BROWSER_ZONE": "<BROWSER_ZONE>",
"PRO_MODE": "<PRO_MODE>",
"GROUPS": "<GROUPS>",
"TOOLS": "<TOOLS>",
"POLLING_TIMEOUT": "<POLLING_TIMEOUT>",
"BASE_TIMEOUT": "<BASE_TIMEOUT>",
"BASE_MAX_RETRIES": "<BASE_MAX_RETRIES>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs