Server data from the Official MCP Registry
Bright Data's Web MCP server enabling AI agents to search, extract & navigate the web
Bright Data's Web MCP server enabling AI agents to search, extract & navigate the web
This is a legitimate MCP server from Bright Data that provides web scraping and search capabilities via their paid API platform. The code properly requires API token authentication and uses environment variables correctly. However, there are some code quality concerns around error handling and logging that users should be aware of, particularly the potential for sensitive data leakage through error messages and the broad permissions required for its web scraping functionality. Supply chain analysis found 9 known vulnerabilities in dependencies (0 critical, 9 high severity). Package verification found 1 issue.
3 files analyzed · 18 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: API_TOKEN
Environment variable: WEB_UNLOCKER_ZONE
Environment variable: BROWSER_ZONE
Environment variable: PRO_MODE
Environment variable: GROUPS
Environment variable: TOOLS
Environment variable: POLLING_TIMEOUT
Environment variable: BASE_TIMEOUT
Environment variable: BASE_MAX_RETRIES
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-brightdata-brightdata-mcp": {
"env": {
"TOOLS": "your-tools-here",
"GROUPS": "your-groups-here",
"PRO_MODE": "your-pro-mode-here",
"API_TOKEN": "your-api-token-here",
"BASE_TIMEOUT": "your-base-timeout-here",
"BROWSER_ZONE": "your-browser-zone-here",
"POLLING_TIMEOUT": "your-polling-timeout-here",
"BASE_MAX_RETRIES": "your-base-max-retries-here",
"WEB_UNLOCKER_ZONE": "your-web-unlocker-zone-here"
},
"args": [
"-y",
"@brightdata/mcp"
],
"command": "npx"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.