Hosted MCP
1
Get your API token
- Go to Bright Data user settings
- Copy your API token (it looks like:
2dceb1aa0***************************
)
2
Configure your MCP server
- Open Claude Desktop
- Go to: Settings → Developer → Edit Config
- Add this to your
claude_desktop_config.json
:
Replace YOUR_API_TOKEN_HERE
with your actual API token from Step 1- Save and restart Claude Desktop
3
Test it works
- Ask your AI: “Can you search Google for ‘weather today’?”
- Claude will ask for permission - click “Allow”
- You should see results!
4
Monitor usage
- View your API usage at My Zones in your Bright Data dashboard
- Your free tier includes 5,000 requests per month
Self-hosted MCP
1
Prerequisites
Before you begin, ensure you have the following:
- Node.js is installed and up to date
- A Bright Data account (new users get free credit for testing, and then you can pay as you go)
- An API key from the user settings page (New users receive an API key in the welcome email.)
If you prefer to use a different zone name, you can specify it with the
WEB_UNLOCKER_ZONE
environment variable in your configuration2
Basic Configuration
Go to Claude -> Settings -> Developer -> Edit Config ->
claude_desktop_config.json
to include the following:3
Advanced Configuration
If you want to use advanced features like rate limiting or custom zones, you can add more environment variables: