# Does Bright Data have an MCP server?

**Yes — Official.** Bright Data maintains an official MCP server.

## Facts

- Verdict: Official (Yes)
- Access: Remote server — Hosted by the vendor — no install, connect over HTTP with OAuth or a token.
- Endpoint: `https://mcp.brightdata.com/mcp`
- Repository: [brightdata/brightdata-mcp](https://github.com/brightdata/brightdata-mcp) — ★ 2.6k, last push 2026-07-27, MIT
- Maintainer: Bright Data
- Language: JavaScript
- Category: [Search & Data Extraction](https://mcpyet.com/category/search-data-extraction/)
- Verified against vendor docs: 2026-08-10
- GitHub data refreshed: 2026-08-11 (re-checked every 6 hours)

## What it does

> A powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access.
> — how [brightdata/brightdata-mcp](https://github.com/brightdata/brightdata-mcp) describes itself

Project site: <https://brightdata.com/>

## The receipts

- **Vendor-hosted (remote):** `https://mcp.brightdata.com/mcp` — a remote server run by Bright Data itself, nothing to install. Documented at <https://docs.brightdata.com/mcp-server/overview>.
- **Official repository:** [brightdata/brightdata-mcp](https://github.com/brightdata/brightdata-mcp) — ★ 2.6k, pushed 2026-07-27, MIT (active)

## How to connect it

Hosted by the vendor — no install, connect over HTTP with OAuth or a token.

### Claude Code

```sh
claude mcp add --transport http brightdata https://mcp.brightdata.com/mcp
```

Add `--scope user` to make it available in every project.

### Claude Desktop

1. Open **Settings → Connectors**
2. Click **Add custom connector**
3. Paste `https://mcp.brightdata.com/mcp`
4. Finish the sign-in prompt, then enable it in the chat's tools menu

### Cursor

Add to `.cursor/mcp.json` in your project, or `~/.cursor/mcp.json` for every project:

```json
{
  "mcpServers": {
    "brightdata": {
      "url": "https://mcp.brightdata.com/mcp"
    }
  }
}
```

### VS Code

Add to `.vscode/mcp.json`, then pick the server from Copilot's agent-mode tools menu:

```json
{
  "servers": {
    "brightdata": {
      "type": "http",
      "url": "https://mcp.brightdata.com/mcp"
    }
  }
}
```

### ChatGPT

1. Enable **Developer mode** under Settings → Apps & Connectors → Advanced
2. Choose **Create** and paste `https://mcp.brightdata.com/mcp`
3. Complete sign-in, then enable the connector in a new chat

## How we know

Official MCP with a managed remote endpoint at mcp.brightdata.com and self-hosted @brightdata/mcp package, documented at docs.brightdata.com.

- GitHub data refreshed 2026-08-11, then every 6 hours.
- Vendor docs verified on 2026-08-10.
- Corrections: hello@mcpyet.com.

## Also in Search & Data Extraction

- [Perplexity](https://mcpyet.com/mcp/perplexity.md) — Official (Yes)
- [Tavily](https://mcpyet.com/mcp/tavily.md) — Official (Yes)
- [Exa](https://mcpyet.com/mcp/exa.md) — Official (Yes)

---

Source: https://mcpyet.com/mcp/bright-data/ — data refreshed 2026-08-11
