Bright Data MCP Server

Discover, extract, and interact with the web - one interface powering automated access across the public internet.

Remote serverstreamable-httpPython

What is the Bright Data MCP server?

Most payments and commerce work still happens through a UI a human drives. Bright Data MCP server moves it into the conversation instead. Discover, extract, and interact with the web - one interface powering automated access across the public internet.

The short version

Seamlessly connect LLMs to the live web without getting blocked

Getting it running

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.

The tools it exposes

The server publishes 2 tools. What each one is for:

  • Category — Tools
  • E-commerce — Product scrapers

What it needs from you

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.

Things to watch

  • 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.

How it compares

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's toolset — Category, E-commerce — is a fair guide to whether it matches your workflow.

This entry was verified against Bright Data's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Available tools

ToolWhat it does
CategoryTools
E-commerceProduct scrapers

How to install the Bright Data 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 to Category.
  • Use Bright Data to E-commerce.

Frequently asked questions

It connects Bright Data to MCP-compatible AI assistants such as Claude and Cursor, exposing 2 tools (Category, E-commerce) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Bright Data directly.