Servers
Bright Data MCP
@brightdata-com
A powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"Bright Data": {
"command": "npx",
"args": [
"@brightdata/mcp"
],
"env": {
"API_TOKEN": "<your-api-token-here>"
}
}
}
}