サーバー
Bright Data MCP
@brightdata-com
A powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access.
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"Bright Data": {
"command": "npx",
"args": [
"@brightdata/mcp"
],
"env": {
"API_TOKEN": "<your-api-token-here>"
}
}
}
}