Block 1 - Google Sheets Trigger
- Type / Role
- n8n-nodes-base.googleSheetsTrigger - googleSheetsTrigger
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
HubSpot Lead Enrichment with Bright Data MCP This template enables natural language driven automation using Bright Data's MCP tools, trigger...
n8n-nodes-base.googlesheetstrigger, @n8n/n8n-nodes-langchain.outputparserstructured, n8n-nodes-base.stickynote, @n8n/n8n-nodes-langchain.outputparserautofixing, @n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.splitinbatches, n8n-nodes-base.filter, n8n-nodes-base.set
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Cyril Nicko Gaspar.
Original n8n.io sourceThis template enables natural-language-driven automation using Bright Data's MCP tools, triggered directly by new leads in HubSpot. It dynamically extracts and executes the right tool based on lead contextâpowered by AI and configurable in N8N.
Manual lead enrichment is slow, inconsistent, and drains valuable time. This solution automates the process using a no-code workflow that connects HubSpot, Bright Data MCP, and an AI agentâwithout requiring scripts or technical skills. Perfect for marketing, sales, and RevOps teams.
To use this template, youâll need:
crm.objects.contacts.readcrm.objects.contacts.writecrm.schemas.contacts.readcrm.objects.companies.read (optional)crm.objects.companies.readcrm.objects.contacts.readcrm.objects.deals.readcrm.schemas.companies.readcrm.schemas.contacts.readcrm.schemas.deals.readcrm.objects.contacts.write (conditionally required)In your Bright Data account, obtain the following information:
The methods below will allow you to receive SSE (Server-Sent Events) from Bright Data MCP via a local Supergateway or Smithery
Method 1: Run Supergateway in a separate web service (Recommended)
This method will work for both cloud version and self-hosted N8N.
Signup to any cloud services of your choice (DigitalOcean, Heroku, Hetzner, Render, etc.).
API_TOKEN=your_brightdata_api_token WEB_UNLOCKER_ZONE=optional_zone_name BROWSER_AUTH=optional_browser_authnpx -y supergateway --stdio "npx -y @brightdata/mcp" --port 8000 --baseUrl http://localhost:8000 --ssePath /sse --messagePath /message/sse into it.https://your_server_url/sseAPI_TOKEN=your_brightdata_api_token WEB_UNLOCKER_ZONE=optional_zone_name BROWSER_ZONE=optional_browser_zone_name
- Use the following Docker command to run Supergateway: docker run -it --rm -p 8000:8000 supercorp/supergateway \ --stdio "npx -y @brightdata/mcp /" \ --port 8000/sse into it.https://your_server_url/sseFor more installation guides, please refer to https://github.com/supercorp-ai/supergateway.git.
Method 2: Run Supergateway in the same web service as the N8N instance
This method will only work for self-hosted N8N.
In your server's settings to define environment variables or .env file, add:
API_TOKEN=your_brightdata_api_token
WEB_UNLOCKER_ZONE=optional_zone_name
BROWSER_ZONE=optional_browser_zone_name
npx -y supergateway --stdio "npx -y @brightdata/mcp" --port 8000 --baseUrl http://localhost:8000 --ssePath /sse --messagePath /message
Use the command above to execute it through the cloud shell or set it as a pre-deploy command.
Your SSE server should now be accessible at:
http://localhost:8000/sse
For more installation guides, please refer to https://github.com/supercorp-ai/supergateway.git.
Method 3: Configure via Smithery.ai (Easiest) If you don't want additional setup and want to test it right away, follow these instructions:
Visit https://smithery.ai/server/@luminati-io/brightdata-mcp/tools to:
Ensure your Google Sheet:
row_id, first_name, last_name, email, and status.In N8N:
This template turns a Google Sheet into an AI-powered lead enrichment engine. By combining Bright Dataâs tools with a natural language AI agent, your team can automate repetitive tasks and scale lead opsâwithout writing code.
Just add a row, and let the workflow do the rest.
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
Showing the first 24 of 51 workflow blocks. Download the JSON for the full node graph.
| Workflow | AI-powered lead enrichment with Bright Data MCP and Google Sheets |
|---|---|
| Complexity | advanced |
| Nodes | 51 |
| Categories | Lead Generation, AI Chatbot |
| Author | Cyril Nicko Gaspar |
| Published | 02 Jun 2025 |
Use the JSON export at /data/workflows/4589/4589.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
HubSpot Lead Enrichment with Bright Data MCP This template enables natural language driven automation using Bright Data's MCP tools, trigger...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Lead Generation, AI Chatbot use case.