Skip to content
Bright Data

Bright Data

2 views
v2.11.1
MIT
scrapingproxiesweb-datasearch

Summary

Bright Data's official MCP server — search, scrape, and extract web data through a large proxy network.

Features

  • Search engine results and page content at scale
  • Structured extractors for major platforms
  • Proxy network that handles geo-restrictions and blocking

Installation

Set up this MCP server in your favorite AI agent — copy a ready-made configuration below.

Any MCP-compatible agent

Most agents (Claude, Cursor, Windsurf, VS Code, and more) read a standard mcpServers configuration.

  1. Open your agent's MCP configuration file.
  2. Merge the snippet below into it, filling in the environment variables with your own values.
  3. Restart the agent — the "Bright Data" tools will be available.
{
  "mcpServers": {
    "bright-data": {
      "command": "npx",
      "args": [
        "-y",
        "@brightdata/mcp"
      ],
      "env": {
        "API_TOKEN": "your-brightdata-token"
      }
    }
  }
}

Description

Bright Data's MCP server gives an assistant access to its web-data infrastructure: search results, page content, and structured extractors, all routed through a proxy network built to reach sites that block ordinary automation.

What it provides
  • Search across engines with real result pages rather than a cached index
  • Markdown scraping of any URL, with JavaScript rendering
  • Structured extractors for major platforms — e-commerce listings, social profiles, business directories, job posts — returning typed fields rather than raw text
  • Browser automation in a remote session for interactions that require it
  • Geo-targeting through residential proxies, so you can see what a page looks like from a specific country
Where it is the right tool

Anything at scale, and anything the target site actively defends. The trade-off is cost — this is commercial infrastructure with usage-based pricing — but it works on sites where a local scraper returns a captcha page.

Setup

Requires a Bright Data account and API token; runs with npx @brightdata/mcp. Free monthly request credits are available for evaluation.

Related MCP Servers

MCP: Hugging Face

by Hugging Face

New

Official Hugging Face MCP server: search models, datasets, Spaces and papers on the Hub, read repository files, and call Gradio apps as agent tools.

Developer ToolsWeb & Search
1 views
Featured

Apify's official MCP server — turn thousands of ready-made scrapers into tools your assistant can call.

Web & Search

MCP: Browserbase

by Browserbase

Featured

Browserbase's official MCP server — cloud browser automation with Stagehand's natural-language actions.

Web & Search
1 views

MCP: SearXNG MCP Server

by Ihor Sokoliuk

Featured

Private, self-hosted web search for AI assistants via SearXNG, with pagination, filters, and URL-to-markdown reading.

Web & Search
2 views
Browse all MCP servers →