mcpbeat Sign in

Brightdata MCP Server

by brightdata Your server? Claim it
local only

Brightdata MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 10 020 installs a week from npm. Last commit 15 Sep 2026.

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

Installs per day peak 2 784 · avg 1 191 · +77% w/w
a month agotoday
10 020
Installs / week
npm · @brightdata/mcp
2648
Stars
13 open issues
15 Sep 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Brightdata MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add brightdata-mcp -- npx -y @brightdata/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "brightdata-mcp": {
      "args": [
        "-y",
        "@brightdata/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.brightdata-mcp]
command = "npx"
args = ["-y", "@brightdata/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "brightdata-mcp": {
      "args": [
        "-y",
        "@brightdata/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "brightdata-mcp": {
      "args": [
        "-y",
        "@brightdata/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: API_TOKEN (Your API key for Bright Data), WEB_UNLOCKER_ZONE (Your unlocker zone name), BROWSER_ZONE (Your browser zone name), PRO_MODE (To enable PRO_MODE - set to true), GROUPS (Comma-separated tool group IDs (e.g., 'ecommerce,browser')), TOOLS (Comma-separated tool names to enable), POLLING_TIMEOUT (Polling timeout in seconds for web_data_* tools (default: 600)), BASE_TIMEOUT (Request timeout in seconds for base tools (search & scrape). No limit if unset), BASE_MAX_RETRIES (Max retries for base tools on transient errors (0-3, default: 0)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Brightdata MCP

same job, measured the same way
Web Research MCP
by csoai-org

AI-powered web research MCP server for agents. Supports web search, browse page, extract...

96 installs/wk local only
Wet MCP
by n24q02m

Open-source MCP server for AI agents: web search, content extraction, and library docs.

3 069 installs/wk local only
Localstack
by giovanemartins

MCP server for LocalStack AWS services, enabling AI agents to interact with local AWS infra.

30 installs/wk local only
Mudrex MCP Server
by mudrex

MCP server for Mudrex futures trading enabling AI agents to securely access data and risk tools.

answering
veddata
by sanzineo

MCP server for AI agents: discover a web page's data sources and drive the page to reach them.

local only
CrawlEyes MCP Server
by waiky-github

Web scraping & search for AI agents: extract, SearXNG search, rerank, robots compliance. No API key.

803 installs/wk local only
Auxiliar MCP
by tlalvarez

Web access for AI agents — search/scrape/extract/crawl via the auxiliar.ai gateway.

local only
I
Refetch
by lowenbjer

Fetch pages as markdown, search web and news, extract structured data. For AI agents.

answering

Brightdata MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Brightdata MCP?
Brightdata MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @brightdata/mcp was installed 10 020 times last week.
How do I connect Brightdata MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @brightdata/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Brightdata MCP?
The npm package @brightdata/mcp was installed 10 020 times in the last week. Week over week that is +77%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Brightdata MCP open source?
Yes — it is published under the MIT licence, written in JavaScript, 2 648 stars on GitHub and 13 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.