Back to MCP Servers
๐Ÿ”Œ

luminati-io/brightdata-mcp

MITAPI key required

๐Ÿ“‡ โ˜๏ธย -ย Discover, extract, and interact with the web - one interface powering automated access across the public internet.

JavaScriptProductivity

Install

npx -y ENOENT

Required environment variables

YOUR_API_TOKENSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "luminati-io-brightdata-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ENOENT"
      ],
      "env": {
        "YOUR_API_TOKEN": "<YOUR_YOUR_API_TOKEN>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.