The Bright Data MCP server provides AI agents with real-time access to public web data. It exposes tools for scraping, data extraction, and proxy management. It connects to Bright Data's web data platform, offering access to millions of public web pages. Developers use it to build AI agents that fetch current web data, monitor websites, and extract structured data from public sources.
The Bright Data MCP server provides AI agents with real-time access to public web data. It exposes tools for scraping, data extraction, and proxy management. It connects to Bright Data's web data platform, offering access to millions of public web pages. Developers use it to build AI agents that fetch current web data, monitor websites, and extract structured data from public sources.
npx -y @brightdata/mcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"brightdata-brightdata-mcp-github": {
"command": "npx",
"args": [
"-y",
"npx -y @brightdata/mcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from brightdata mcp?"
API Key Required
This server requires an API key from brightdata mcp. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| BRIGHTDATA_MCP_API_KEY | Yes | Your brightdata mcp API key |
"What resources are available in brightdata mcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in brightdata mcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in brightdata mcp with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.