SSE-Based MCP Integration
You can also integrate our MCP via SSE (Server-Sent Events)Requirements:
- Bright Data account
- API token from user settings
- Create an AI Agent in your preferred platform.
-
Attach:
- A Chat Model (e.g.,
gpt-4,gpt-4o) - MCP Client node
- A Chat Model (e.g.,
-
Configure remote MCP URL with:
- Choose specific tools to expose, or let the AI choose
Self-hosted MCP Integration (MCP client - Community node)
Requirements:- Node.js installed
- Bright Data account
- API token from user settings
- Create an AI Agent in your preferred platform.
- Attach:
- A Chat Model (e.g.,
gpt-4,gpt-4o) - Bright Data MCP client (via HTTP or WebSocket)
- A Chat Model (e.g.,
- Configure:
| Variable | Value |
|---|---|
| Command | npx |
| Arguments | @brightdata/mcp |
| Environments | API_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