Bright Data MCP MCP Server

A powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access.

Remote serverstreamable-httpPython

What is the Bright Data MCP MCP server?

Connect Bright Data MCP to Claude, Cursor or any other MCP client and it stops being a tab you switch to. A powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access. The bright data mcp mcp server is what makes that connection.

What the server does

Seamlessly connect LLMs to the live web without getting blocked

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • Category — Tools
  • E-commerce — Product scrapers

Installation

Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.

Credentials and setup notes

Configuration is passed through the environment: API_TOKEN, GROUPS, TOOLS, PRO_MODE, RATE_LIMIT, WEB_UNLOCKER_ZONE, BROWSER_ZONE, POLLING_TIMEOUT. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

Where it fits

Among the payments and commerce options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Bright Data MCP's toolset — Category, E-commerce — is a fair guide to whether it matches your workflow. It is maintained by brightdata-com; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Worth knowing first

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
CategoryTools
E-commerceProduct scrapers

How to install the Bright Data MCP MCP server

{
  "mcpServers": {
    "Bright Data": {
      "command": "npx",
      "args": ["@brightdata/mcp"],
      "env": {
        "API_TOKEN": "<your-api-token-here>"
      }
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

VariableDescriptionRequired
API_TOKENCredential the server authenticates with.Yes
GROUPSConfiguration value read at startup.Optional
TOOLSConfiguration value read at startup.Optional
PRO_MODEConfiguration value read at startup.Optional
RATE_LIMITConfiguration value read at startup.Optional
WEB_UNLOCKER_ZONEConfiguration value read at startup.Optional
BROWSER_ZONEConfiguration value read at startup.Optional
POLLING_TIMEOUTConfiguration value read at startup.Optional

Example prompts to try

  • Use Bright Data MCP to Category.
  • Use Bright Data MCP to E-commerce.

Frequently asked questions

The free "Rapid" mode gives you 5,000 credits per month, auto-renewed on the 1st with no credit card required. Base tools (search, scrape, discover) cost 1 credit per request; web data tools cost 1 credit per record. Unused credits don't roll over, and when they run out requests stop without surprise charges.