brightdata-mcp

brightdata-mcp

4.1

If you are the rightful owner of brightdata-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcpreview.com.

Bright Data MCP server enables LLMs, agents, and apps to access, discover, and extract web data in real-time.

The Bright Data Model Context Protocol (MCP) server provides a platform for LLMs, agents, and applications to access, discover, and extract real-time web data. It allows MCP clients like Claude Desktop, Cursor, and Windsurf to search the web, navigate websites, and retrieve data without being blocked, making it ideal for web scraping tasks. The server offers features such as real-time web access, geo-restriction bypass, web unlocker capabilities, browser control, and seamless integration with MCP-compatible AI assistants. Users can set up the server with an API token and optional browser control tools for enhanced functionality.

Features

  • Real-time Web Access: Access up-to-date information directly from the web
  • Bypass Geo-restrictions: Access content regardless of location constraints
  • Web Unlocker: Navigate websites with bot detection protection
  • Browser Control: Optional remote browser automation capabilities
  • Seamless Integration: Works with all MCP-compatible AI assistants

Usage with Different Platforms

Claude Desktop


{
  "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>"
      }
    }
  }
}