HomeSearch & Research › brightdata-mcp

brightdata-mcp

Bright Data's Web MCP server enabling AI agents to search, extract & navigate the web

Official TypeScript Cloud
★ 2,655 stars Last pushed 2026-09-17 License: MIT

Topics: Search & Data Extraction

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 2.11.3)

npx -y @brightdata/mcp@2.11.3

Or add to your MCP client config:

{
  "mcpServers": {
    "brightdata-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@brightdata/mcp@2.11.3"
      ],
      "env": {
        "API_TOKEN": "<YOUR_VALUE>",
        "WEB_UNLOCKER_ZONE": "<YOUR_VALUE>",
        "BROWSER_ZONE": "<YOUR_VALUE>",
        "PRO_MODE": "<YOUR_VALUE>",
        "GROUPS": "<YOUR_VALUE>",
        "TOOLS": "<YOUR_VALUE>",
        "POLLING_TIMEOUT": "<YOUR_VALUE>",
        "BASE_TIMEOUT": "<YOUR_VALUE>",
        "BASE_MAX_RETRIES": "<YOUR_VALUE>"
      }
    }
  }
}
  • API_TOKEN required secret — Your API key for Bright Data
  • WEB_UNLOCKER_ZONE — Your unlocker zone name
  • BROWSER_ZONE — Your browser zone name
  • PRO_MODE — To enable PRO_MODE - set to true
  • GROUPS — Comma-separated tool group IDs (e.g., 'ecommerce,browser')
  • TOOLS — Comma-separated tool names to enable
  • POLLING_TIMEOUT — Polling timeout in seconds for web_data_* tools (default: 600)
  • BASE_TIMEOUT — Request timeout in seconds for base tools (search & scrape). No limit if unset
  • BASE_MAX_RETRIES — Max retries for base tools on transient errors (0-3, default: 0)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Listed in wong2/awesome-mcp-servers (MIT)

Data from the Official MCP Registry