Self-hosted MCP Integration
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
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
) - Bright Data MCP client (via HTTP or WebSocket)
- A Chat Model (e.g.,
-
Configure SSE (Server-Sent Events) with:
- In n8n, use the HTTP Request node to send prompts and receive streaming responses.
Contribution and SupportThis node was created by Miquel Colomer Salas at n8nhackers.com.