๐ Overview
The Web MCP is your gateway to giving AI assistants true web capabilities. No more outdated responses, no more "I can't access real-time information" - just seamless, reliable web access that actually works.
Built by Bright Data, the world's #1 web data platform, this MCP server ensures your AI never gets blocked, rate-limited, or served CAPTCHAs.
<div align="center"> <table> <tr> <td align="center">โ <strong>Works with Any LLM</strong><br/><sub>Claude, GPT, Gemini, Llama</sub></td> <td align="center">๐ก๏ธ <strong>Never Gets Blocked</strong><br/><sub>Enterprise-grade unblocking</sub></td> <td align="center">๐ <strong>5,000 Free Credits</strong><br/><sub>Monthly ยท No card needed</sub></td> <td align="center">โก <strong>Zero Config</strong><br/><sub>Works out of the box</sub></td> </tr> </table> </div>๐ฏ Perfect For
- ๐ Real-time Research - Get current prices, news, and live data
- ๐๏ธ E-commerce Intelligence - Monitor products, prices, and availability
- ๐ Market Analysis - Track competitors and industry trends
- ๐ค AI Agents - Build agents that can actually browse the web
- ๐ป Coding Agents - Look up npm/PyPI packages, versions, and READMEs in real time
- ๐ง GEO & Brand Visibility - See how ChatGPT, Grok, and Perplexity perceive your brand
- ๐ Content Creation - Access up-to-date information for writing
- ๐ Academic Research - Gather data from multiple sources efficiently
โก Quick Start
Use the configuration wizard:
Perfect for users who want zero setup. Just add this URL to your MCP client:
https://mcp.brightdata.com/mcp?token=YOUR_API_TOKEN_HERESetup in Claude Desktop:
- Go to: Settings โ Connectors โ Add custom connector
- Name:
Bright Data Web - URL:
https://mcp.brightdata.com/mcp?token=YOUR_API_TOKEN - Click "Add" and you're done! โจ
{
"mcpServers": {
"Bright Data": {
"command": "npx",
"args": ["@brightdata/mcp"],
"env": {
"API_TOKEN": "<your-api-token-here>"
}
}
}
}๐ Pricing & Modes
<div align="center"> <table> <tr> <th width="33%">โก Rapid Mode (Free tier)</th> <th width="33%">๐ Pro Mode</th> <th width="34%">๐ง Custom Mode</th> </tr> <tr> <td align="center"> <h3>$0/month</h3> <p><strong>5,000 credits</strong></p> <hr/> <p>โ Web Search<br/> โ Scraping with Web unlocker<br/> โ AI-ranked Discover search<br/> โ Browser Automation<br/> โ Web data tools</p> <br/> <code>Default Mode</code> </td> <td align="center"> <h3>Pay-as-you-go</h3> <p><strong>Everything in rapid plus 60+ tools</strong></p> <hr/> <p>โ Browser Control<br/> โ Web Data APIs<br/> <br/> <br/> <br/> <code>PRO_MODE=true</code> </td> <td align="center"> <h3>Usage-based</h3> <p><strong>Pick the tools you need</strong></p> <hr/> <p>โ Combine tool groups<br/> โ Add individual tools<br/> โ Overrides Pro eligibility</p> <br/> <code>GROUPS="browser"</code><br/> <code>TOOLS="scrape_as_html"</code> </td> </tr> </table> </div>๐ก How the free tier works: Your account gets 5,000 credits/month (~$7.50 value), auto-renewed on the 1st with no credit card required. MCP requests draw from this shared pool โ base tools (
search_engine,scrape_as_markdown,discover) cost 1 credit per request, whileweb_data_*tools cost 1 credit per record returned. Unused credits don't roll over, and when they run out requests stop (no surprise charges unless you've deposited funds). Pro mode is not included in the free tier and incurs additional charges based on usage.
๐ง Advanced Tool Selection
GROUPSlets you enable curated tool bundles. Use comma-separated group IDs such asecommerce,browser.TOOLSadds explicit tool names on top of the selected groups.- Mode priority:
PRO_MODE=true(all tools) โGROUPS/TOOLS(whitelist) โ default rapid mode (base toolkit). - Base tools always enabled:
search_engine,search_engine_batch,scrape_as_markdown,scrape_batch,discover. - Group ID
customis reserved; useTOOLSfor bespoke picks.
Claude Desktop example
{
"mcpServers": {
"Bright Data": {
"command": "npx",
"args": ["@brightdata/mcp"],
"env": {
"API_TOKEN": "<your-api-token-here>",
"GROUPS": "browser,advanced_scraping",
"TOOLS": "extract"
}
}
}
}Coding agent example (Claude Code / Cursor / Windsurf)
Give your coding agent real-time package intelligence โ latest versions, READMEs, dependencies, and metadata from npm and PyPI without scraping:
{
"mcpServers": {
"Bright Data": {
"command": "npx",
"args": ["@brightdata/mcp"],
"env": {
"API_TOKEN": "<your-api-token-here>",
"GROUPS": "code"
}
}
}
}โจ Features
๐ฅ Core Capabilities
<table> <tr> <td>๐ <b>Smart Web Search</b><br/>Google-quality results optimized for AI</td> <td>๐ <b>Clean Markdown</b><br/>AI-ready content extraction</td> </tr> <tr> <td>๐ <b>Global Access</b><br/>Bypass geo-restrictions automatically</td> <td>๐ก๏ธ <b>Anti-Bot Protection</b><br/>Never get blocked or rate-limited</td> </tr> <tr> <td>๐ค <b>Browser Automation</b><br/>Control real browsers remotely (Pro)</td> <td>โก <b>Lightning Fast</b><br/>Optimized for minimal latency</td> </tr> </table>๐ฏ Example Queries That Just Work
โ
"What's Tesla's current stock price?"
โ
"Find the best-rated restaurants in Tokyo right now"
โ
"Get today's weather forecast for New York"
โ
"What
โฆ