AI & ML
Trust: 53/100 (Fair)io.github.brightdata/brightdata-mcp Guide
Bright Data's Web MCP server enabling AI agents to search, extract & navigate the web
2,167 starsby brightdata
Quick Start
Install
npx @brightdata/mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-brightdata-brightdata-mcp": {
"command": "npx",
"args": [
"@brightdata/mcp"
]
}
}
}