The Web MCP MCP Server

$npx @brightdata/mcp
README.md

Enables AI assistants to access real-time web data through search and scraping.

The Web MCP

<strong>🌐 让你的 AI 拥有实时上网超能力</strong>
<i>无缝连接 LLM 到实时网络,不再被封锁</i>



<a href="https://www.npmjs.com/package/@brightdata/mcp">
  
</a>
<a href="https://www.npmjs.com/package/@brightdata/mcp">
  
</a>
<a href="https://github.com/bright-cn/brightdata-mcp/blob/main/LICENSE">
  
</a>



快速开始 •
功能特性 •
价格与模式 •
演示 •
文档 •
支持



<h3>🎉 <strong>提供免费套餐!</strong> 🎉</h3>
<strong>每月 5,000 次请求免费</strong> 
<sub>非常适合原型开发与日常 AI 工作流</sub>

🌟 概览

The Web MCP 是为 AI 助手赋予真正「上网能力」的通道。告别过时回答,也不再出现“我无法访问实时信息”的窘境——只需稳定、顺畅、可用的网络访问。

由全球领先的Bright Data Web 数据平台打造,这个 MCP 服务器确保你的 AI 不再被封锁、限流或被验证码拦住。

适配任意 LLMClaude、GPT、Gemini、Llama 🛡️ 不再被封企业级解封与反封锁 🚀 5,000 次/月免费按月计 零配置开箱即用

🎯 适用场景

  • 🔍 实时调研——获取最新价格、新闻与实时数据
  • 🛍️ 电商情报——监测产品、价格与库存
  • 📊 市场分析——跟踪竞品与行业趋势
  • 🤖 AI 代理——构建真正能「浏览网页」的智能体
  • 📝 内容创作——为写作获取最新可信的信息
  • 🎓 学术研究——高效汇聚多源公开数据

⚡ 快速开始

📡 使用托管服务器——无需安装!

零门槛使用,只需在你的 MCP 客户端中添加以下 URL:

https://mcp.brightdata.com/mcp?token=YOUR_API_TOKEN_HERE

在 Claude Desktop 中设置:

  1. 打开:Settings → Connectors → Add custom connector
  2. 名称:Bright Data Web
  3. URL:https://mcp.brightdata.com/mcp?token=YOUR_API_TOKEN
  4. 点击 “Add”,完成!✨
在本地运行
{
  "mcpServers": {
    "Bright Data": {
      "command": "npx",
      "args": ["@brightdata/mcp"],
      "env": {
        "API_TOKEN": "<your-api-token-here>"
      }
    }
  }
}

🚀 价格与模式

⚡ Rapid 模式(免费) 💎 Pro 模式

$0/月

5,000 次请求
    ✅ Web 搜索
    ✅ 使用 Web Unlocker 抓取
    ❌ 浏览器自动化
    ❌ Web 数据工具
    
    <code>默认模式</code>
  </td>
  <td align="center">
    <h3>按量计费</h3>
    <strong>包含 Rapid 全部内容 + 60+ 高级工具</strong>
    
    ✅ 浏览器控制
    ✅ Web 数据 API
    
    
    
    <code>PRO_MODE=true</code>
  </td>
</tr>

💡 注意:Pro 模式不包含在免费套餐内,按使用量额外计费。


✨ 功能特性

🔥 核心能力

🔍 智能网页搜索面向 AI 优化的类 Google 级结果 📄 干净 Markdown适配 AI 的内容抽取输出
🌍 全球可达自动绕过地理限制 🛡️ 反机器人与防封不再被封、不再限流
🤖 浏览器自动化远程控制真实浏览器(Pro) 低时延为快速响应优化

🎯 一些“开箱即用”的查询示例

✅ “特斯拉当前股价是多少?”
✅ “现在东京评分最高的餐厅有哪些?”
✅ “纽约今天的天气预报是什么?”
✅ “本周有哪些电影上映?”
✅ “今天 Twitter 上的热点话题是什么?”

🎬 演示

注:以下视频展示的是早期版本,新的演示即将上线!🎥

查看演示视频

基础网页搜索演示

https://github.com/user-attachments/assets/59f6ebba-801a-49ab-8278-1b2120912e33

高级抓取演示

https://github.com/user-attachments/assets/61ab0bee-fdfa-4d50-b0de-5fab96b4b91d

📺 更多教程(YouTube)→


🔧 可用工具

⚡ Rapid 模式工具(默认,免费)

工具 描述 适用场景
🔍 search_engine 面向 AI 优化的 Web 搜索 研究、查证、时事
📄 scrape_as_markdown 将任意网页转为干净的 Markdown 内容抽取、文档化

💎 Pro 模式工具(60+)

点击查看全部 Pro 工具
类别 工具 描述
浏览器控制 scraping_browser.* 全功能浏览器自动化
Web 数据 API web_data_* 结构化数据抽取
电商 产品抓取器 Amazon、eBay、Walmart 等
社媒 社交抓取器 Twitter、LinkedIn、Instagram
地图与本地 位置工具 Google 地图、商家数据

📚 查看完整工具文档 →


🎮 立即试用!

🧪 在线 Playground

无需任何配置,直接体验 Web MCP:

Tools (4)

search_engineAI-optimized web search for research, fact-checking, and current events.
scrape_as_markdownConverts any web page into clean Markdown for AI content extraction.
scraping_browser.*Full-featured browser automation for remote control of real browsers (Pro mode).
web_data_*Structured data extraction from various web sources (Pro mode).

Environment Variables

API_TOKENrequiredBright Data API authentication token
PRO_MODEEnable 60+ advanced tools including browser automation

Configuration

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

Try it

What is the current stock price of Tesla?
What are the top-rated restaurants in Tokyo right now?
What is the weather forecast for New York today?
What movies are being released this week?
What are the trending topics on Twitter today?

Frequently Asked Questions

What are the key features of The Web MCP?

AI-optimized web search results similar to Google.. Clean Markdown extraction from any URL for LLM consumption.. Enterprise-grade unblocking to bypass CAPTCHAs and geo-restrictions.. Remote browser automation for complex web interactions (Pro).. Global accessibility with low-latency response times..

What can I use The Web MCP for?

Real-time research for fetching the latest prices, news, and live data.. E-commerce monitoring for tracking product availability and competitor pricing.. Market analysis to follow industry trends and competitor movements.. Building AI agents that can browse and interact with the live web.. Academic research for aggregating public data from multiple sources..

How do I install The Web MCP?

Install The Web MCP by running: npx @brightdata/mcp

What MCP clients work with The Web MCP?

The Web MCP works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Use The Web MCP with Conare

Manage MCP servers visually, upload persistent context, and never start from zero with Claude Code & Codex.

Try Free