server.json•1.45 kB
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
"name": "io.github.brightdata/brightdata-mcp",
"description": "Bright Data's Web MCP server enabling AI agents to search, extract & navigate the web",
"repository": {
"url": "https://github.com/brightdata/brightdata-mcp",
"source": "github"
},
"version": "2.5.0",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@brightdata/mcp",
"version": "2.5.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"name": "API_TOKEN",
"description": "Your API key for Bright Data",
"isRequired": true,
"isSecret": true,
"format": "string"
},
{
"name": "WEB_UNLOCKER_ZONE",
"description": "Your unlocker zone name",
"isRequired": false,
"isSecret": false,
"format": "string"
},
{
"name": "BROWSER_ZONE",
"description": "Your browser zone name",
"isRequired": false,
"isSecret": false,
"format": "string"
},
{
"name": "PRO_MODE",
"description": "To enable PRO_MODE - set to true",
"isRequired": false,
"isSecret": false,
"format": "boolean"
}
]
}
]
}