Integrations

Access Web Data and Automate Browsers

Connect AI agents to the web for unblocked scraping, searching, and browser automation. Offers a free tier for prototyping and paid modes for advanced features.

Without it

Stand up the this tool server yourself — bot tokens or OAuth, a process to host and keep alive, updates to chase.

With it

Install once and it is wired straight into your agent.

What you get

  • Scrape web pages and extract content as clean markdown.
  • Perform web searches with AI-optimized results.
  • Automate browser actions for complex web interactions.
  • Bypass anti-blocking measures for reliable web access.

Connect it yourself

Use hosted

Beta

Use this with MCP Gate

Connect this and other MCP tools to your agents through one endpoint, with usage billed in one place.

Bright Data ScrapeSearch the webDrive a browserExtract

The Bright Data MCP Server is a powerful all-in-one solution for public web access, enabling AI agents to scrape websites, search the web, and automate browsers without getting blocked.

Installation

Remote Server (Recommended)

# Add to Claude Desktop: Settings → Connectors → Add custom connector
# URL: https://mcp.brightdata.com/mcp?token=YOUR_API_TOKEN

Local Installation

npx -y @brightdata/mcp

Configuration

Remote Server

{
  "mcpServers": {
    "brightdata": {
      "type": "http",
      "url": "https://mcp.brightdata.com/mcp?token=YOUR_API_TOKEN"
    }
  }
}

Local Server

{
  "mcpServers": {
    "brightdata": {
      "command": "npx",
      "args": ["-y", "@brightdata/mcp"],
      "env": {
        "API_TOKEN": "your-api-token"
      }
    }
  }
}

Pricing & Modes

Rapid Mode (Free Tier)

  • 5,000 requests/month FREE
  • Web Search
  • Scraping with Web Unlocker
  • Perfect for prototyping

Pro Mode (Pay-as-you-go)

  • Browser Automation
  • Web Data APIs
  • 60+ Advanced Tools
  • Enable with PRO_MODE=true

Available Tools

Rapid Mode (Free)

Tool Description
search_engine Web search with AI-optimized results
scrape_as_markdown Convert any webpage to clean markdown

Pro Mode

Category Description
Browser Control Full browser automation
Web Data APIs Structured data extraction
E-commerce Amazon, eBay, Walmart data
Social Media Twitter, LinkedIn, Instagram
Maps & Local Google Maps, business data

Features

  • Never Gets Blocked - Enterprise-grade anti-blocking
  • Global Access - Bypass geo-restrictions automatically
  • Clean Markdown - AI-ready content extraction
  • Lightning Fast - Optimized for minimal latency

Advanced Configuration

{
  "mcpServers": {
    "brightdata": {
      "command": "npx",
      "args": ["-y", "@brightdata/mcp"],
      "env": {
        "API_TOKEN": "your-token",
        "PRO_MODE": "true",
        "RATE_LIMIT": "100/1h",
        "WEB_UNLOCKER_ZONE": "custom"
      }
    }
  }
}

Usage Examples

What's Tesla's current stock price?
Find the best-rated restaurants in Tokyo right now
Get today's weather forecast for New York

Resources

Comments (0)

Sign In Sign in to leave a comment.