MCP Server

Bright Data

From researcher-plugin
Install
1
Run in your terminal
$
npx claudepluginhub AlexeyTripleA/claude-code-plugins --plugin researcher-plugin
Add to Your Project

Add to your .mcp.json:

{
  "mcpServers": {
    "Bright Data": {
      "command": "npx",
      "args": [
        "@brightdata/mcp"
      ],
      "env": {
        "PRO_MODE": "true",
        "API_TOKEN": "${BRIGHTDATA_API_TOKEN}"
      }
    }
  }
}

Replace placeholder values for: API_TOKEN

Security Considerations
Requires secrets

This MCP server needs API keys or credentials. Configure them in your environment before use.

Details
Commandnpx
Access Levelwrite
Arguments
@brightdata/mcp
Environment Variables
PRO_MODE=true
API_TOKEN=${BRIGHTDATA_API_TOKEN}
Required Secrets
API_TOKEN
Actions