← Back to Plugins
MCP Server MCP

io.github.brightdata/brightdata-mcp

github By github 👁 1 views ▲ 0 votes

Bright Data's Web MCP server enabling AI agents to search, extract & navigate the web

Homepage Verified source GitHub

Install

npx -y @brightdata/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@brightdata/mcp",
      "version": "2.11.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your API key for Bright Data",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "API_TOKEN"
        },
        {
          "description": "Your unlocker zone name",
          "format": "string",
          "name": "WEB_UNLOCKER_ZONE"
        },
        {
          "description": "Your browser zone name",
          "format": "string",
          "name": "BROWSER_ZONE"
        },
        {
          "description": "To enable PRO_MODE - set to true",
          "format": "boolean",
          "name": "PRO_MODE"
        },
        {
          "description": "Comma-separated tool group IDs (e.g., 'ecommerce,browser')",
          "format": "string",
          "name": "GROUPS"
        },
        {
          "description": "Comma-separated tool names to enable",
          "format": "string",
          "name": "TOOLS"
        },
        {
          "description": "Polling timeout in seconds for web_data_* tools (default: 600)",
          "format": "number",
          "name": "POLLING_TIMEOUT"
        },
        {
          "description": "Request timeout in seconds for base tools (search & scrape). No limit if unset",
          "format": "number",
          "name": "BASE_TIMEOUT"
        },
        {
          "description": "Max retries for base tools on transient errors (0-3, default: 0)",
          "format": "number",
          "name": "BASE_MAX_RETRIES"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...