Back to MCP Servers

Brightdata

Discover, extract, and interact with the web - one interface powering automated access across the public internet.

search-data-extraction

Installation

npx -y brightdata-mcp

Configuration

{
  "mcpServers": {
    "brightdata-mcp": {
      "command": "npx",
      "args": ["-y", "brightdata-mcp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub