Brightdata MCP
Rank #270glama/brightdata/brightdata-mcp
Official Bright Data server for the Model Context Protocol that enables AI assistants like Claude Desktop to reference and make decisions based on real-time public web data.
Brightdata MCP is a Model Context Protocol (MCP) server published by brightdata. It ranks #270 of 58,900 servers tracked on MCP Toplist, and its repository has 2,425 GitHub stars. Brightdata MCP is listed across 4 registries — Official MCP, Glama, PulseMCP and mcp.so, with 16 tracked versions. It was first listed on Apr 15, 2025 and most recently updated on Apr 20, 2026.
Ranks ahead of 58,630 of 58,900 servers on MCP Toplist.
Use Brightdata MCP
Add Brightdata MCP to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"brightdata-mcp": {
"url": "https://mcp.brightdata.com/sse?token=YOUR_API_TOKEN"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"brightdata-mcp": {
"url": "https://mcp.brightdata.com/mcp?token=YOUR_API_TOKEN"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"brightdata-mcp": {
"command": "npx",
"args": [
"-y",
"@brightdata/mcp"
],
"env": {
"API_TOKEN": "<your API_TOKEN>",
"WEB_UNLOCKER_ZONE": "<your WEB_UNLOCKER_ZONE>",
"BROWSER_ZONE": "<your BROWSER_ZONE>",
"PRO_MODE": "<your PRO_MODE>"
}
}
}
}Replace each placeholder with your own value before saving.
Listed on 3 registries (1 delisted)
brightdata
Other servers by brightdata
View all brightdata servers →Available versions (16)
| Version | Published |
|---|---|
| 2.9.5 | Apr 20, 2026 |
| 2.9.4 | Apr 5, 2026 |
| 2.9.3 | Mar 29, 2026 |
| 2.9.2 | Mar 18, 2026 |
| 2.9.1 | Mar 18, 2026 |
| 2.9.0 | Mar 11, 2026 |
| 2.8.9 | Mar 4, 2026 |
| 2.8.8 | Mar 3, 2026 |
| 2.8.7 | Mar 3, 2026 |
| 2.8.6 | Mar 1, 2026 |
| 2.8.5 | Feb 25, 2026 |
| 2.8.4 | Feb 21, 2026 |
| 2.7.0 | Dec 15, 2025 |
| 2.6.1 | Nov 16, 2025 |
| 2.6.0 | Oct 28, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- What is Brightdata MCP?
- Official Bright Data server for the Model Context Protocol that enables AI assistants like Claude Desktop to reference and make decisions based on real-time public web data.
- Who maintains Brightdata MCP?
- Brightdata MCP is maintained by brightdata, which publishes 2 MCP servers (18 total versions) tracked on MCP Toplist.
- Is Brightdata MCP an official MCP server?
- Yes — Brightdata MCP is listed on the Official MCP Registry, alongside Glama, PulseMCP and mcp.so.
- How many versions does Brightdata MCP have?
- MCP Toplist tracks 16 versions of Brightdata MCP, most recently published on Apr 20, 2026.
- Where can I find the source code for Brightdata MCP?
- The source code for Brightdata MCP is hosted at github.com/brightdata/brightdata-mcp.