Skip to main content

SSE-Based MCP Integration

You can also integrate our MCP via SSE (Server-Sent Events)

Requirements:
Configuration:
  1. Create an AI Agent in your preferred platform.
  2. Attach:
    • A Chat Model (e.g., gpt-4, gpt-4o)
    • MCP Client node
  3. Configure remote MCP URL with:
    https://mcp.brightdata.com/sse?token=YOUR_API_TOKEN_HERE
    
  4. Choose specific tools to expose, or let the AI choose
The AI agent will utilize the MCP client to perform the task and stream the results back in real-time.

Self-hosted MCP Integration (MCP client - Community node)

Requirements: Configuration:
  1. Create an AI Agent in your preferred platform.
  2. Attach:
    • A Chat Model (e.g., gpt-4, gpt-4o)
    • Bright Data MCP client (via HTTP or WebSocket)
  3. Configure:
VariableValue
Commandnpx
Arguments@brightdata/mcp
EnvironmentsAPI_KEY = “<api-key>“
WEB_UNLOCKER_ZONE = “<unlocker_api_zone name>“
BROWSER_ZONE = “<browser zone name>“
RATE_LIMIT = “<rate limit format>”
Example for RATE_LIMIT: possible values: 100/1h, 50/30m, 10/5s