Token导航 LogoToken导航TokenDH.com
Brightdata MCP Server Agentic AI Web Scraper Template logo
浏览器工具stdio官方级别未说明来源级核验

Brightdata MCP Server Agentic AI Web Scraper Template

MCP Server

一款结合Bright Data移动运营商代理和Anthropic Claude AI的智能网页抓取工具,通过自然语言指令实现无需编码的网页数据采集。

工具数

0

提示词数

0

GitHub Stars

0

资源数

0
浏览器自动化PythonClaude自然语言处理Claude DesktopClaude

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

hcarrillo001

提供方

hcarrillo001

最后核验

2026/5/17 20:19

运行时

Python

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

Python 3.x

详细介绍

brightdata mcp服务器代理ai web scraper模板

BrightData MCP服务器代理AI网络爬虫模板

  An intelligent, plug-and-play web scraper that combines Bright Data's Mobile Carrier Proxy (MCP) 
  with Anthropic’s Claude for agentic, natural language-based scraping. A lightweight        
  Tkinter GUI lets you describe what to scrape in plain English — no coding required.
  I can envison tool also reading step from QC/ALM and feed the agent the steps 

重要图书馆

描述
mcp与任务控制平台的接口,用于管理参数、会话和遥测。
langchain_mcp_adapters与LangChain兼容的MCP工具和代理。
langgraph启用基于图形的反应式代理流。
langchain_anthropic集成Claude语言模型。
dotenv.env 文件。
asyncio启用代理操作的异步执行。
os用于访问环境变量。

✨ 主要特点 🌐 Bright Data MCP代理集成

 Bypass geo-restrictions, CAPTCHAs, and anti-bot defenses using mobile carrier IPs.

🧠 Claude的代理AI

 Claude interprets your natural language instructions and dynamically generates scraping behavior.

🧾 自然语言接口

 Just describe the task in plain English — the scraper figures out the rest.

💻 Tkinter图形用户界面

     A desktop interface to enter instructions, monitor scraping progress, and view logs.
  
  🔁 Retry & Adapt
     
     Uses reasoning to handle failed pages, change in structure, or blocking events.
  
  🧱 Modular & Scalable
    
    Clearly separated logic (GUI, agent, scraper, MCP) for easier maintenance and extension.

📷 演示示例

    "Go to zillow.com, search Denver, and scrape the price, address, and number of beds for the first 5 listings."
  
  ✅ Type this into the GUI.
  ✅ Claude interprets it.
  ✅ Scraper executes it using Bright Data’s mobile proxy.
  ✅ Results saved — no code touched.

🛠 需求

  Node.js (v16 or higher)

  Python 3.x
  
  Bright Data account with MCP access
  
  Claude Desktop App (Anthropic)
  
  Internet connection

⚙️ 设置 🔹 1.克劳德桌面设置

  Download and install from Anthropic

  Launch the app

  Go to Settings → Developer Settings

  🔹 2. Create anthropic accound and Bright Data account with the correct tools
        - Anthropic API Key (will require credit card) https://console.anthropic.com/settings/keys  - This key will be used in the python project as a environment variable
        - Bright data create and account and add Browser API tool and a Unlocked API tool see images below. You can name it what you would like but on step three you will need to use the name WEB_UNLOCKER_ZONE = 

        
  🔹 3. Bright Data MCP Server
  Option A – Use config.json
  json
  Copy
  Edit
  {
    "mcpServers": {
      "Bright Data": {
        "command": "npx",
        "args": ["@brightdata/mcp"],
        "env": {
          "API_TOKEN": "
",
          "WEB_UNLOCKER_ZONE": "
",
          "BROWSER_AUTH": "
"
        }
      }
    }
  }

有关mpc设置的更多明亮数据,请访问:https://github.com/brightdata/brightdata-mcp

需要的工具

Python设置

⚙️ 设置

🔹 环境变量

必须创建 .env Python根目录中的文件

API_TOKEN=your_brightdata_api_token
WEB_UNLOCKER_ZONE=your_web_unlocker_zone
BROWSER_AUTH=your_browser_auth
ANTHROPIC_API_KEY=anthropic_key

目录标签

目录标签

浏览器自动化PythonClaude自然语言处理网页抓取本地部署AI代理数据采集自动化工具

支持客户端

Claude DesktopClaude

接入字段

传输方式(transport,传输协议)

stdio

鉴权方式(authType,认证方式)

api-key

运行时(runtime,运行环境)

Python

工具数量(toolCount,工具数)

0

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

stdioapi-key部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

来源信息

继续浏览同类 MCP