Bright Data MCP
Web search, scraping with unblocking, structured extraction and browser automation for AI agents.
Sources and review
Checked against public documentation on . Suitability guidance is our editorial judgment; this is not a performance benchmark or an endorsement.
Agents that must reliably fetch public pages that block ordinary scrapers.
You need more than the free tier's 5,000 requests a month without paying; usage beyond it is billed by Bright Data.
About Bright Data MCP
Bright Data's official MCP server exposes 69 tools: search results from Google, Bing and Yandex as structured data; any URL as Markdown or HTML with bot detection, CAPTCHA solving and proxy rotation handled automatically; structured JSON from major platforms such as Amazon, YouTube and Reddit; and browser automation. It runs hosted or locally, with a free tier of 5,000 requests a month.
Bright Data MCP is an open-source project written primarily in JavaScript, with 2.7k stars on GitHub. It was last updated in September 2026.
Add Bright Data MCP to your MCP client
Generated from the launch command in the project's README. Your client starts the server on demand. Replace <your-api-token> with your own value first.
Claude Code
claude mcp add brightdata-mcp -e 'API_TOKEN=<your-api-token>' -- npx @brightdata/mcpCursor
{
"mcpServers": {
"brightdata-mcp": {
"command": "npx",
"args": ["@brightdata/mcp"],
"env": {
"API_TOKEN": "<your-api-token>"
}
}
}
}VS Code
{
"servers": {
"brightdata-mcp": {
"type": "stdio",
"command": "npx",
"args": ["@brightdata/mcp"],
"env": {
"API_TOKEN": "<your-api-token>"
}
}
}
}Claude Desktop
{
"mcpServers": {
"brightdata-mcp": {
"command": "npx",
"args": ["@brightdata/mcp"],
"env": {
"API_TOKEN": "<your-api-token>"
}
}
}
}Codex
[mcp_servers.brightdata-mcp]
command = "npx"
args = ["@brightdata/mcp"]
env = { API_TOKEN = "<your-api-token>" }Bright Data MCP vs. the alternatives
All 163 alternatives →| Record | Stars | Pricing | ||
|---|---|---|---|---|
| Bright Data MCPthis listing | 2.7k | JavaScript | MIT | Open source |
| MCP Reference Servers | 91k | TypeScript | MIT AND Apache-2.0 | Open source |
| context7 | 62k | TypeScript | MIT | Open source |
| chrome-devtools-mcp | 53k | TypeScript | Apache-2.0 | Open source |
| Playwright MCP | 37k | TypeScript | Apache-2.0 | Open source |
| github-mcp-server | 33k | Go | MIT | Open source |
