Bright Data MCP Server for LangChainGive LangChain instant access to 10 tools to Get Account Status, Get All Zones, Get Dataset Progress, and more
LangChain is the leading Python framework for composable LLM applications. Connect Bright Data through Vinkius and LangChain agents can call every tool natively. combine them with retrievers, memory, and output parsers for sophisticated AI pipelines.
Ask AI about this MCP Server for LangChain
The Bright Data MCP Server for LangChain is a standout in the Developer Tools category — giving your AI agent 10 tools to work with, ready to go from day one.
Vinkius delivers Streamable HTTP and SSE to any MCP client
import asyncio
from langchain_mcp_adapters.client import MultiServerMCPClient
from langchain_openai import ChatOpenAI
from langgraph.prebuilt import create_react_agent
async def main():
# Your Vinkius token. get it at cloud.vinkius.com
async with MultiServerMCPClient({
"bright-data": {
"transport": "streamable_http",
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp",
}
}) as client:
tools = client.get_tools()
agent = create_react_agent(
ChatOpenAI(model="gpt-4o"),
tools,
)
response = await agent.ainvoke({
"messages": [{
"role": "user",
"content": "Using Bright Data, show me what tools are available.",
}]
})
print(response["messages"][-1].content)
asyncio.run(main())
* Every MCP server runs on Vinkius-managed infrastructure inside AWS - a purpose-built runtime with per-request V8 isolates, Ed25519 signed audit chains, and sub-40ms cold starts optimized for native MCP execution. See our infrastructure
About Bright Data MCP Server
Connect your Bright Data account to any AI agent to automate complex web data extraction, bypass sophisticated anti-bot systems, and manage your proxy infrastructure through natural language.
LangChain's ecosystem of 500+ components combines seamlessly with Bright Data through native MCP adapters. Connect 10 tools via Vinkius and use ReAct agents, Plan-and-Execute strategies, or custom agent architectures. with LangSmith tracing giving full visibility into every tool call, latency, and token cost.
What you can do
- Web Unlocking & SERP — Use the
send_requesttool to bypass anti-bot protections or extract structured data from search engines using Web Unlocker or SERP API zones. - Dataset Orchestration — Trigger large-scale data collections with
trigger_dataset, monitor progress withget_dataset_progress, and download snapshots once ready. - Browser Management — List and monitor active Scraping Browser sessions to debug or track automated browser workflows.
- Infrastructure Control — Retrieve all configured zones, check account status, and fetch proxy credentials (passwords) for specific zones securely.
- Marketplace Discovery — Browse available datasets in the Bright Data marketplace to find pre-collected data for your industry.
The Bright Data MCP Server exposes 10 tools through the Vinkius. Connect it to LangChain in under two minutes — credentials fully managed, no infrastructure to provision, no vendor lock-in. Your configuration, your data, your control.
All 10 Bright Data tools available for LangChain
When LangChain connects to Bright Data through Vinkius, your AI agent gets direct access to every tool listed below — spanning proxy-management, serp-api, web-unlocker, and more. Every call runs in a secure, isolated environment with full audit visibility. Beyond a simple connection, you get real-time monitoring of agent activity, enterprise governance, and optimized token usage.
Get account status on Bright Data
Check account status
Get all zones on Bright Data
Get all zones
Get dataset progress on Bright Data
Monitor dataset snapshot progress
Get dataset snapshot on Bright Data
Download a dataset snapshot
Get zone info on Bright Data
Get specific zone info
Get zone passwords on Bright Data
Get zone passwords
List browser sessions on Bright Data
List Scraping Browser sessions
List datasets on Bright Data
List available datasets in the marketplace
Send request on Bright Data
Send a request to Unlocker or SERP API
Trigger dataset on Bright Data
Trigger a dataset collection (Crawl API)
Connect Bright Data to LangChain via MCP
Follow these steps to wire Bright Data into LangChain. The entire setup takes under two minutes — your credentials stay safe behind Vinkius.
Install dependencies
pip install langchain langchain-mcp-adapters langgraph langchain-openaiReplace the token
[YOUR_TOKEN_HERE] with your Vinkius tokenRun the agent
python agent.pyExplore tools
Why Use LangChain with the Bright Data MCP Server
LangChain provides unique advantages when paired with Bright Data through the Model Context Protocol.
The largest ecosystem of integrations, chains, and agents. combine Bright Data MCP tools with 500+ LangChain components
Agent architecture supports ReAct, Plan-and-Execute, and custom strategies with full MCP tool access at every step
LangSmith tracing gives you complete visibility into tool calls, latencies, and token usage for production debugging
Memory and conversation persistence let agents maintain context across Bright Data queries for multi-turn workflows
Bright Data + LangChain Use Cases
Practical scenarios where LangChain combined with the Bright Data MCP Server delivers measurable value.
RAG with live data: combine Bright Data tool results with vector store retrievals for answers grounded in both real-time and historical data
Autonomous research agents: LangChain agents query Bright Data, synthesize findings, and generate comprehensive research reports
Multi-tool orchestration: chain Bright Data tools with web scrapers, databases, and calculators in a single agent run
Production monitoring: use LangSmith to trace every Bright Data tool call, measure latency, and optimize your agent's performance
Example Prompts for Bright Data in LangChain
Ready-to-use prompts you can give your LangChain agent to start working with Bright Data immediately.
"List all my active proxy zones in Bright Data."
"Scrape the search results for 'best laptops 2024' using the SERP API zone."
"Check the progress of dataset snapshot 's_l1m2n3b4'."
Troubleshooting Bright Data MCP Server with LangChain
Common issues when connecting Bright Data to LangChain through Vinkius, and how to resolve them.
MultiServerMCPClient not found
pip install langchain-mcp-adaptersBright Data + LangChain FAQ
Common questions about integrating Bright Data MCP Server with LangChain.
How does LangChain connect to MCP servers?
langchain-mcp-adapters to create an MCP client. LangChain discovers all tools and wraps them as native LangChain tools compatible with any agent type.Which LangChain agent types work with MCP?
Can I trace MCP tool calls in LangSmith?
Explore More MCP Servers
View all →
Whereby
10 toolsCreate video meeting rooms, manage recordings, and customize UI themes on Whereby — the easiest way to embed video calls.

Segment
7 toolsEquip your AI agent with read access to your Segment workspace to audit sources, destinations, warehouses, and tracking plans natively.

Haystack (deepset Cloud)
7 toolsBuild and manage AI-powered search and RAG pipelines via deepset Cloud — search documents, run pipelines, and manage workspaces.

BulkSMS
8 toolsSend and manage SMS messages via BulkSMS.com — track delivery, manage groups, and monitor credits directly from any AI agent.
