A powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access.
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.
Seamlessly connect LLMs to the live web without getting blocked
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
Category — ToolsE-commerce — Product scrapersBecause 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.
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.
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.
| Tool | What it does |
|---|---|
| Category | Tools |
| E-commerce | Product scrapers |
{
"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.
| Variable | Description | Required |
|---|---|---|
| API_TOKEN | Credential the server authenticates with. | Yes |
| GROUPS | Configuration value read at startup. | Optional |
| TOOLS | Configuration value read at startup. | Optional |
| PRO_MODE | Configuration value read at startup. | Optional |
| RATE_LIMIT | Configuration value read at startup. | Optional |
| WEB_UNLOCKER_ZONE | Configuration value read at startup. | Optional |
| BROWSER_ZONE | Configuration value read at startup. | Optional |
| POLLING_TIMEOUT | Configuration value read at startup. | Optional |
Payments infrastructure meets AI — customers, invoices, subscriptions and current API docs from Stripe's server.
Build for Shopify with current APIs — the official Dev MCP server for schema-accurate storefront and admin code.
Give your AI assistant a supervised window into your Interactive Brokers account — balances, positions, live quotes and orders.
Invoices, payments and disputes through PayPal's official server — commerce operations by conversation.
Enables querying and listing Azure resources and costs directly from an MCP client.
Empowers LLMs with Bitcoin Lightning Network payment capabilities via the ZBD API.