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 中设置:
- 打开:Settings → Connectors → Add custom connector
- 名称:
Bright Data Web - URL:
https://mcp.brightdata.com/mcp?token=YOUR_API_TOKEN - 点击 “Add”,完成!✨
{
"mcpServers": {
"Bright Data": {
"command": "npx",
"args": ["@brightdata/mcp"],
"env": {
"API_TOKEN": "<your-api-token-here>"
}
}
}
}
🚀 价格与模式
| ⚡ Rapid 模式(免费) | 💎 Pro 模式 |
|---|---|
$0/月5,000 次请求
|
💡 注意: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
🔧 可用工具
⚡ 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 tokenPRO_MODEEnable 60+ advanced tools including browser automationConfiguration
{
"mcpServers": {
"Bright Data": {
"command": "npx",
"args": ["@brightdata/mcp"],
"env": {
"API_TOKEN": "<your-api-token-here>"
}
}
}
}