brightdata mcp for Windsurf
io.github.brightdata/brightdata-mcp
Bright Data's Web MCP server enabling AI agents to search, extract & navigate the web
client:Windsurf
transport:stdio
runtime:npm
Install brightdata mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"brightdata-mcp": {
"command": "npx",
"args": [
"-y",
"@brightdata/mcp"
],
"env": {
"API_TOKEN": "<API_TOKEN>",
"WEB_UNLOCKER_ZONE": "<WEB_UNLOCKER_ZONE>",
"BROWSER_ZONE": "<BROWSER_ZONE>",
"PRO_MODE": "<PRO_MODE>",
"GROUPS": "<GROUPS>",
"TOOLS": "<TOOLS>",
"POLLING_TIMEOUT": "<POLLING_TIMEOUT>",
"BASE_TIMEOUT": "<BASE_TIMEOUT>",
"BASE_MAX_RETRIES": "<BASE_MAX_RETRIES>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs