Bright Data MCP enables AI agents and coding assistants to access real-time public web data without getting blocked. It provides tools for web search (Google/Bing/Yandex), scraping any webpage as Markdown , browser automation, and 50+ structured dataset APIs (LinkedIn, Amazon, GitHub, etc.). It's especially useful for developers who need live web for coding, finding docs and guides and project research.
This config will be passed to Cursor on install. Inspect `command`, `args`, and `env` before continuing.
{
"env": {
"API_TOKEN": "<your-bright-data-api-token>"
},
"args": [
"@brightdata/mcp"
],
"command": "npx"
}