Bright Data MCP review: what the free 5,000 requests cover

Company data

Best for

A developer wiring an AI agent to the live web for the first time. Bright Data's MCP server installs with one npx @brightdata/mcp command, needs only an API token, and gives Claude Desktop, Claude Code, Cursor and seven other MCP-compatible clients 5,000 free requests a month with no credit card.

Not for

A team that needs predictable, high-volume extraction. The Scale plan starts at $499 a month for 383,000 requests, and one G2 reviewer's own account shows MCP batch calls still go out one at a time even though the underlying API pools up to 10 items per call.

What it costs

Free up to 5,000 requests a month, then $1.50 per 1,000 search, scrape and extract requests plus $8/GB for browser automation on pay-as-you-go. Scale is $499/month for 383,000 requests and $6/GB browser automation; Enterprise pricing is custom.

Fit for a solo developer prototyping an agent82Free 5,000 requests a month, no card, one-line npx install.
Price transparency45A G2 reviewer called the pricing tricky to understand; a $1,023 surprise bill is documented below.
Reliability under real load55100% success on light single-task tests, 76.8% at 250 concurrent agents, per a benchmark Bright Data sponsors.
Documentation and community depth702.6k GitHub stars, 21 prebuilt agent skills, docs covering all 69 tools, zero reviews yet on the dedicated G2 listing.
Integration depth7869 tools across 11 groups, works with 8 named MCP clients.
Self-serve versus sales-led buying80Rapid mode and Pro mode both run through the same dashboard; only Enterprise routes to a sales call.

Tool inventory

Total tools
69 tools across 11 configurable tool groups
Largest group
Social media tools, 23 of the 69
E-commerce tools
11, pulling product data from Amazon, Walmart, eBay, Zara and more
Browser automation tools
13
Rapid mode's base tools
search_engine and scrape_as_markdown, covering roughly 90% of agent calls
Pro mode
Unlocks the rest via a &pro=1 flag or config setting

Free tier and pricing

Free tier
5,000 requests/month, no credit card required
Renewal
1st of each month; unused requests don't roll over
Pay-as-you-go
$1.50 per 1,000 search, scrape and extract requests
Browser automation rate
$8/GB pay-as-you-go, $6/GB on Scale
Scale plan
$499/month, 383,000 requests included
Enterprise
Custom quote, SSO, dedicated account manager, 24/7 priority support

Setup and compatibility

Install
npx @brightdata/mcp locally, or a hosted URL with an API token and no local install
Supported clients
Claude Desktop, Claude Code, Cursor, VS Code, Windsurf, Zed, Gemini CLI, Warp
License
MIT; 2.6k GitHub stars, 324 forks
Default polling timeout
600 seconds for web_data_* tools
Team accounts
Share one free-tier pool; no separate allowance per seat
Version pinning
Check the GitHub repo before pinning a Docker or npx install

Reliability and benchmarks

AIMultiple benchmark
100% success on web search and extraction, 90% on Pro-mode browser automation (Bright Data sponsors this benchmark)
250-concurrent-agent stress test
76.8% success, 48.7 seconds average per completed task
Compared tools
Firecrawl 83% at 7s, Apify 78% at 32s, Oxylabs 75%, Hyperbrowser 63% (90% on browser automation)

Company and launch

Free tier launch
August 12, 2025; a Show HN post followed August 20, 2025
CEO quote
Or Lenchner said the service "powers over 100 million daily agent interactions" at launch
Private beta
15,000 developers used it before the public free-tier launch
Sources for the facts above

Tool counts, pricing and configuration details come from Bright Data's own MCP server GitHub repository, documentation and MCP pricing page, checked September 2026. Launch and beta figures come from coverage of Bright Data's August 2025 free-tier announcement. Benchmark figures are AIMultiple's own, and AIMultiple's methodology page discloses Bright Data as a paying sponsor of the benchmark.

Bright Data built its business on proxy rotation across residential IPs to pull structured public web data for anyone who needed to see the web the way a browser does, sidestepping the geo restrictions that block a single data-center IP. Read our full Bright Data review for the company's proxy network on its own terms.

Bright Data MCP, the company's MCP server for AI agents, launched free on August 12, 2025, repackaging that same public web data infrastructure, 69 tools deep, behind the Model Context Protocol so any MCP-compatible client can reach live public web data directly and skip custom scraper code.

This review of Bright Data MCP covers what the 69 tools do, how the MCP server's free tier, pay-as-you-go and Scale pricing breaks down, and where real users on Reddit, G2, Hacker News and X report the tool falling short.

It also checks how Bright Data's own sponsored benchmark stacks up against the other web MCP servers built for the same job: Firecrawl, Apify, Oxylabs and Hyperbrowser. Bright Data MCP is built for developers wiring AI agents to live public web data, search results, product pages, social profiles, structured data extraction from over 20 named platforms, without standing up a proxy pool or a CAPTCHA solver of their own.

MCP adoption moved fast through 2025 and 2026, and Bright Data's bet is that this MCP server becomes the layer AI agents rely on for real time access to the web, wired into Claude Desktop, Claude Code, Cursor and every other client on that list. This review checks if the free 5,000 requests survive a real project or run out before the demo ends.

Core capabilities: what Bright Data MCP's 69 tools do

Bar chart of Bright Data MCP's 69 tools by group: 23 social media, 13 browser automation, 11 e-commerce, 8 search and scraping, 14 across seven smaller groups

Bright Data MCP ships armed to the teeth: 69 tools split across 11 tool groups, from an 8-tool search and scraping core to 23 social-media tools, 13 browser-automation tools and smaller groups for e-commerce, business intelligence, finance, research, app stores and travel.

A GROUPS environment variable switches each group on or off, so an agent that only needs search results never loads the other 68 tool descriptions, skipping straight to the individual tools it needs and finding the right tool for the job faster.

Two tools carry most of the traffic through this MCP server. search_engine returns web search results from multiple sources, Google, Bing or Yandex; scrape_as_markdown fetches any URL as clean, raw Markdown, lighter than raw HTML, trimming the tokens an agent burns for better token efficiency, CAPTCHA handling included.

Bright Data's own usage data says these two base tools cover about 90% of agent calls, which is why they sit alone in the free Rapid mode; most of the other tools return structured JSON records; markdown stays reserved for the two base tools.

Everything else, including the browser-automation tools that click, scroll, type and screenshot, needs Pro mode, switched on with a &pro=1 flag. Those same browser-automation tools render dynamic content on JavaScript-heavy pages a plain fetch can't reach.

The finance tools answer the kind of question a search engine fumbles: ask an agent for Tesla's current stock price and Bright Data MCP returns a live number over a stale cache, the same real time access useful for basic fact checking against a current page over stale model knowledge. Ask it today's weather forecast for a city and the same real time access habit applies.

The GEO group is the newest addition: three tools for generative engine optimization and brand visibility, tracking how a company's name surfaces inside ChatGPT, Gemini and Perplexity answers. It's a small slice of the 69, and the clearest sign of where Bright Data expects AI agents to drive traffic next.

Configuration and basic setup for Claude Desktop and Claude Code

Getting Bright Data MCP running takes one command and one token. Local installs run npx @brightdata/mcp as a local server on the developer's machine, set with an API_TOKEN environment variable holding the Bright Data API token, the API key Bright Data's own dashboard issues to each account.

The hosted route skips local setup entirely: point any MCP compatible client at a URL carrying that token as a query parameter, the docs' own example placeholder reading your token here in place of a real key.

Either route works with any MCP compatible client on Bright Data's supported list, most of which let a user set a custom connector name when adding the entry to their config, and a developer can go from signup to a live tool call quickly, a real internet connection the only other requirement.

Important

Team accounts share one free-tier pool; nobody on the team account gets a separate 5,000 requests per seat. docs.brightdata.com states this plainly, and it matters the moment a second developer joins the same project.

The optional settings matter more than they look, covering the kind of advanced configuration most developers skip past on a first read. WEB_UNLOCKER_ZONE and BROWSER_ZONE let a team set a custom browser zone name over the mcp_unlocker and mcp_browser defaults, useful once more than one project shares an account and each needs its own client settings for web unlocking.

RATE_LIMIT accepts a custom rate string like "100/1h," POLLING_TIMEOUT sets how long the tools polling web_data_* endpoints wait on a slow page (600 seconds by default), and BASE_MAX_RETRIES caps retries on transient errors at 0 to 3 attempts.

A TOOLS variable narrows the server to individual tools by name, tighter than the GROUPS toggle, down to the full path of a single tool if that's all an agent needs.

Bright Data's pricing: free tier, pay-as-you-go and Scale

Bar chart of Bright Data MCP's effective cost per 1,000 requests: $0 on the free tier up to 5,000 requests, $1.50 pay-as-you-go, $1.30 on the Scale plan

Bright Data MCP's free tier is a real free tier: 5,000 requests a month, no card, renewing on the 1st. Set against a 383,000-request Scale plan, that free slice of web data is a drop in the bucket: fine for a prototype, gone fast against a production agent running scheduled jobs against live web data.

PlanPriceIncludedBrowser automation
Free$05,000 requests/month, no cardSame shared pool
Pay-as-you-go$1.50 per 1,000 requestsSearch, scrape & extract$8/GB
Scale$499/month383,000 requests$6/GB
EnterpriseCustom quoteSSO, dedicated account manager, 24/7 supportCustom

Rates from Bright Data's own MCP server pricing page, checked September 2026.

Not every user finds that ladder easy to read.

"A bit tricky to understand pricing as we are being provided with different information."

Monika V., IT project manager, small business, G2, May 2026. Read the review.

Bright Data's own comparison page calls Bright Data's MCP server "more cost-effective at all scales" against Firecrawl. Bright Data sells both products in that comparison, so the number reads as marketing copy.

Hidden costs and billing gotchas on Bright Data's MCP server

The sharpest documented account comes from an independent reviewer at StationX, who tracked a $1,023 charge from a single afternoon on Bright Data's MCP server: an unbounded company-discovery scrape returned 682,000 records before anyone stopped it.

$1,023
One afternoon's bill

A StationX reviewer's unbounded company-discovery scrape returned 682,000 records before anyone stopped it. Bright Data refunded the full amount.

The reviewer's fix afterward was blunt: route autonomous AI agents through an API wrapper with a spend gate in front, because this MCP server "puts your language model directly on the billing trigger."

Two mechanical details add insult to injury for anyone relying on the dashboard alone to catch a runaway job. Spending limits check on roughly a 15-minute delay, so a fast scrape can blow past a cap and requests stop only once that delayed check catches up.

Worth checking

New residential-proxy zones require company-only, human-reviewed KYC as of July 7, 2026, a step consistent with data protection laws across the markets its network touches; personal accounts can't clear that bar at all.

Batch size is its own limit on this MCP server. Deniz P., a student who used the MCP integration for a thesis project pulling 6,000-plus LinkedIn job postings, put it plainly in an April 2026 G2 review:

"The main limitation I encountered was with batch processing through the MCP integration, which required sending many separate requests."

Deniz P., student, G2, April 2026. Read the review.

What users praise, and where the free tier breaks down

The same Deniz P. review, after flagging the batching limit, credited Bright Data MCP for the 6,000-plus LinkedIn postings themselves:

"I could simply describe what I needed in natural language and the AI connector handled the rest."

Deniz P., student, G2, April 2026. Read the review.

Pasha L., an AI solution architect who tested 15-plus competitors before settling on Bright Data, credited it on G2 in July 2026 for "powerful AI features for building scraping agents" that now run scheduled competitor scrapes automatically.

On Capterra in February 2026, Pasha K., a senior growth marketing lead, was more measured:

"They keep up with trends well by developing new features like MCP, which seems promising."

Pasha K., senior growth marketing lead, Capterra, February 2026. Read the review.

A Reddit user in r/mcp told a rougher story after connecting Bright Data MCP to Claude and Cursor. Asked for 20 restaurant listings from Yelp, the agent sometimes returned 30, sometimes 10, sometimes 2; asked for every phone number in a city, it returned 4.

"The AI feels so dumb when I do this."

A Reddit user in r/mcp, guessing the fault was a bad prompt of their own. See the subreddit.

It's a real gap between a clean lab test and an open-ended request against live web data.

On X, developer Robert Yang ran the same prompts through Bright Data, Firecrawl, Exa and Perplexity as web-search MCP servers built for AI agents in June 2025 and posted the results:

"Each server has their own unique strengths and limitations."

Robert Yang, X, June 2025. Read the thread.

One reply, from Frankie Li, singled out the spread between them:

"The latency differences are very surprising."

Frankie Li, reply on the same X thread, June 2025.

Reliability: a sponsored benchmark and a rougher stress test

AIMultiple benchmark success rates: Bright Data 100%, Firecrawl 83%, Apify 78%, Oxylabs 75%, Hyperbrowser 63%, and Bright Data's own drop to 76.8% under a 250-concurrent-agent stress test
Disclosure

AIMultiple's numbers are the most detailed public benchmark of this MCP server, and Bright Data is a disclosed sponsor of that benchmark. Worth stating up front before the figures below.

Under controlled single-task conditions, Bright Data MCP hit 100% success on web search and extraction and 90% on Pro-mode browser automation, each task completing in about 30 seconds against live web data.

Push the same MCP server into a 250-concurrent-agent stress test and the numbers land at sixes and sevens: 76.8% success, averaging 48.7 seconds per completed task. AIMultiple still ranked Bright Data MCP the overall leader among the AI-agent web-access tools it tested at that scale.

A leader board isn't a guarantee, and the gap between 100% and 76.8% is the number worth remembering before pointing a production AI agent at it.

Bright Data MCP vs Firecrawl, Apify, Oxylabs and Hyperbrowser

MCP serverSuccess rateSpeed per taskBrowser automation
Bright Data100%About 30s90%
Firecrawl83%7sNot reported
Apify78%32sNot reported
Oxylabs75%Not reportedNot reported
Hyperbrowser63%Not reported90%

Figures from AIMultiple's 2026 web-access MCP benchmark; Apify, Bright Data and Oxylabs are disclosed sponsors of AIMultiple.

Firecrawl is the name that comes up first among rival web MCP servers. It posted the fastest single-task speed in AIMultiple's test, 7 seconds against Bright Data's 30, at an 83% success rate.

On Hacker News in May 2025, a commenter asked a Show HN poster directly:

"Curious to know why you choose brightdata mcp server? there are other options like firecrawl?"

A Hacker News commenter, May 2025. See Hacker News.

Firecrawl fits a team that wants raw speed on text extraction and doesn't need the browser-automation or 24-platform structured-extraction depth Bright Data ships.

Apify scored 78% success at 32 seconds in the same test. It also carries a broader marketplace of prebuilt scrapers that return structured JSON a team may already use outside any MCP wrapper.

Oxylabs, Bright Data's closest proxy-industry rival and built on the same proxy rotation model across residential IPs, scored 75% with a 54.4% scalability score in the stress test. Market Intelligence Tools' own head-to-head on the two companies covers pricing and data quality past the MCP layer.

Hyperbrowser trailed on general success at 63%, but its 90% browser-automation score is worth a look for agents built mainly to click and scroll pages.

None of the four have a published Market Intelligence Tools review yet, so read these numbers as Bright Data's own competitive set until a review of each ships here.

FAQ

How many free requests does Bright Data MCP give an AI agent each month?

5,000 requests a month, no credit card, renewing on the 1st. Unused requests don't roll over, and a team account shares that single pool; there's no separate allowance per seat.

How much does Bright Data MCP cost past the free tier?

Pay-as-you-go runs $1.50 per 1,000 requests plus $8/GB for browser automation. Scale is $499 a month for 383,000 requests at $6/GB. Enterprise pricing is a custom quote.

Does Bright Data MCP work with Claude Desktop and Claude Code?

Yes: Claude Desktop, Claude Code, Cursor, VS Code, Windsurf, Zed, Gemini CLI and Warp, installed with one npx @brightdata/mcp command or a hosted URL carrying an API token.

Is the AIMultiple benchmark cited in this review independent?

No. Bright Data is a disclosed sponsor of AIMultiple, the benchmark behind the 100% single-task figure and the 76.8% stress-test figure cited in this review.

What's the biggest hidden cost risk with Bright Data's MCP server?

An unbounded agent call running past what a human would authorize. A StationX case hit $1,023 in one afternoon before anyone stopped it, and spending-limit checks run on roughly a 15-minute delay.

Verdict

Bright Data MCP, built on the Model Context Protocol, gives a developer or small team reliable web access for AI agents that need to touch the real web occasionally: search results, a product page, a social profile, a company record.

The free tier removes the credit card and the proxy-infrastructure setup that used to gate that kind of web data project, and the 69-tool spread covers more named platforms than a team would build by hand in a weekend.

It doesn't suit a team that needs predictable costs at volume or guaranteed extraction counts, and it doesn't suit team accounts that expected a per-seat allowance over one shared pool.

The pricing ladder confused at least one reviewer enough to say so in public, a documented billing incident ran past $1,000 in a single afternoon, and the gap between a 100% benchmark score and a 76.8% stress-test score is real money and real engineering time once an AI agent runs unattended.

For everyone in between, mostly self-serve teams past the prototype stage but short of enterprise scale, the Scale plan's $499-for-383,000-requests math is the number to run against actual traffic before committing.

The gap between a sponsored benchmark and a frustrated Reddit thread is the one to weigh before pointing an unattended agent at this MCP server.