brightdata mcp for Grok
io.github.brightdata/brightdata-mcp
Bright Data's Web MCP server enabling AI agents to search, extract & navigate the web
client:Grok
transport:stdio
runtime:npm
Install brightdata mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"brightdata-mcp": {
"type": "stdio",
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs