brightdata-mcp: Empowering AI with Real-time Web Access and Data Scraping
This repository profile is provided by osrepos.com, an open source repository discovery platform.
Summary
The brightdata-mcp is a powerful Model Context Protocol (MCP) server developed by Bright Data, designed to give AI agents real-time web access. It provides an all-in-one solution for seamless public web interaction, ensuring Large Language Models (LLMs) can access live information without encountering blocks or CAPTCHAs. This open-source project offers robust web scraping, browser automation, and data extraction capabilities.
Repository Information
Topics
Click on any tag to explore related repositories
Use at your own risk
OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.
Introduction
brightdata-mcp is a powerful Model Context Protocol (MCP) server developed by Bright Data, designed to provide AI agents with seamless, real-time access to the public web. It acts as an all-in-one solution, enabling Large Language Models (LLMs) to interact with live web content without encountering common issues like blocks, rate limits, or CAPTCHAs. This open-source JavaScript project empowers AI with robust web scraping, browser automation, and structured data extraction capabilities, ensuring up-to-date and reliable information for various applications.
Installation
Getting started with brightdata-mcp is straightforward, offering both a hosted solution and local installation options.
Hosted Server (No Installation Needed)
For zero setup, you can use Bright Data's hosted MCP server. Simply add the following URL to your MCP client, replacing YOUR_API_TOKEN_HERE with your actual Bright Data API token:
https://mcp.brightdata.com/mcp?token=YOUR_API_TOKEN_HERE
Example for Claude Desktop:
- Go to: Settings ? Connectors ? Add custom connector
- Name:
Bright Data Web - URL:
https://mcp.brightdata.com/mcp?token=YOUR_API_TOKEN - Click "Add" and you're done!
Run Locally
To run brightdata-mcp on your machine, you'll need Node.js installed. Configure your MCP client to execute the @brightdata/mcp package:
{
"mcpServers": {
"Bright Data": {
"command": "npx",
"args": ["@brightdata/mcp"],
"env": {
"API_TOKEN": "<your-api-token-here>"
}
}
}
}
Examples
brightdata-mcp simplifies complex web interactions for AI. Here are some examples of queries that your AI can now handle seamlessly:
- "What's Tesla's current stock price?"
- "Find the best-rated restaurants in Tokyo right now"
- "Get today's weather forecast for New York"
- "What movies are releasing this week?"
- "What are the trending topics on Twitter today?"
For advanced tool selection, you can configure specific groups and tools:
{
"mcpServers": {
"Bright Data": {
"command": "npx",
"args": ["@brightdata/mcp"],
"env": {
"API_TOKEN": "<your-api-token-here>",
"GROUPS": "browser,advanced_scraping",
"TOOLS": "extract"
}
}
}
}
Why Use It
brightdata-mcp is an essential tool for anyone looking to equip AI with powerful web capabilities.
- Real-time Research: Access current prices, news, and live data for up-to-date insights.
- E-commerce & Market Analysis: Monitor products, prices, availability, competitors, and industry trends.
- AI Agents: Build intelligent agents that can truly browse and interact with the web.
- Content Creation: Gather accurate and current information for writing and analysis.
- Unblocking & Reliability: Benefit from enterprise-grade anti-bot protection, ensuring your AI never gets blocked or rate-limited.
- Versatility: Works with any LLM, including Claude, GPT, Gemini, and Llama.
- Free Tier: Start with 5,000 free requests per month, perfect for prototyping and everyday AI workflows.
Links
- GitHub Repository: https://github.com/brightdata/brightdata-mcp
- Official Documentation: https://docs.brightdata.com/mcp-server/overview
- Online Playground: https://brightdata.com/ai/playground-chat
- NPM Package: https://www.npmjs.com/package/@brightdata/mcp
Related repositories
Similar repositories that may be relevant next.

AnythingMCP: AI-Empowered Gateway for Custom Claude, ChatGPT, Gemini Connectors
August 16, 2026
AnythingMCP is a self-hosted, open-source AI-empowered gateway that transforms existing APIs, databases, and MCP servers into custom connectors for leading AI models like Claude, ChatGPT, and Gemini. It enables no-code integration of REST, SOAP, GraphQL, and SQL sources into the Model Context Protocol, featuring robust authentication, access control, and audit logging. The platform also includes over 175 pre-built adapters for common services, simplifying complex integrations.

agent-tackle-box: A Terminal Debugger for LangGraph & LangChain Agents
August 15, 2026
agent-tackle-box is a comprehensive toolkit for developing AI agents, featuring the powerful `agent-debugger`. This terminal debugger provides deep insights into LangGraph and LangChain agents. It allows developers to inspect state, monitor tool calls, and step through Python code, all within a unified Textual UI.

agent-skills: Production-Grade Engineering Skills for AI Coding Agents
August 14, 2026
agent-skills is a comprehensive GitHub repository offering production-grade engineering skills for AI coding agents. It provides structured workflows, quality gates, and best practices that senior engineers use to build reliable software. These skills help AI agents consistently follow robust development processes across all phases.

Ruflo: The Agent Meta-Harness for Intelligent AI Swarms
August 11, 2026
Ruflo, formerly Claude Flow, is an advanced agent meta-harness designed to deploy intelligent multi-player swarms and coordinate autonomous AI workflows. It enhances AI models like Claude Code and Codex with adaptive memory, self-learning intelligence, RAG integration, and robust enterprise security features. This powerful framework enables agents to self-organize, learn from tasks, and securely collaborate across different machines.
Source repository
Open the original repository on GitHub.
18 counted GitHub visits