Does Bright Data have an MCP server?
Bright Data maintains an official MCP server.
- Access
- Remote server
- Endpoint
- https://mcp.brightdata.com/mcp
- Repository
- brightdata/brightdata-mcp
- Maintainer
- Bright Data
- License
- MIT
- Language
- JavaScript
- Stars
- 2.6k
- Last commit
- 15d ago
- Category
- Search & Data Extraction
A powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access.
Project site: brightdata.com
A remote server run by Bright Data itself — nothing to install. Documented at docs.brightdata.com.
A powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access.
Hosted by the vendor — no install, connect over HTTP with OAuth or a token.
Add it from the terminal, then restart your session:
claude mcp add --transport http brightdata https://mcp.brightdata.com/mcpAdd --scope user to make it available in every project.
- Open Settings → Connectors
- Click Add custom connector
- Paste
https://mcp.brightdata.com/mcp - Finish the sign-in prompt, then enable it in the chat's tools menu
Add to .cursor/mcp.json in your project, or ~/.cursor/mcp.json for
every project:
{
"mcpServers": {
"brightdata": {
"url": "https://mcp.brightdata.com/mcp"
}
}
}A green dot in Settings → MCP means it connected.
Add to .vscode/mcp.json:
{
"servers": {
"brightdata": {
"type": "http",
"url": "https://mcp.brightdata.com/mcp"
}
}
}Then pick the server from the tools menu in Copilot's agent mode.
- Enable Developer mode under Settings → Apps & Connectors → Advanced
- Choose Create and paste
https://mcp.brightdata.com/mcp - Complete sign-in, then enable the connector in a new chat
Does Bright Data have an official MCP server?
Yes. Bright Data maintains an official MCP server, hosted at https://mcp.brightdata.com/mcp. The source lives at brightdata/brightdata-mcp on GitHub.
How do I connect Bright Data to Claude?
Add https://mcp.brightdata.com/mcp as a custom connector under Settings → Connectors in Claude Desktop or claude.ai, or run "claude mcp add --transport http bright-data https://mcp.brightdata.com/mcp" in Claude Code.
Do I need to install anything to use the Bright Data MCP server?
No. It is a remote server hosted by Bright Data, so your MCP client connects to it over HTTP. You authenticate with the vendor rather than installing a package.
How is this verdict verified?
Official MCP with a managed remote endpoint at mcp.brightdata.com and self-hosted @brightdata/mcp package, documented at docs.brightdata.com. GitHub metadata is refreshed every six hours.
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
Spotted something out of date? Tell us — corrections ship same-day.