What is the Docs MCP?
The Docs MCP server athttps://docs.brightdata.com/mcp exposes all Bright Data documentation as searchable MCP resources. Any MCP-compatible coding agent can connect and query the docs in real-time, directly inside its reasoning loop.
Two Bright MCP servers - two different jobs:
This page covers the Docs MCP. To access live web data from your agent, see the MCP Server docs →
| MCP Server | URL | Purpose |
|---|---|---|
| Docs MCP | https://docs.brightdata.com/mcp | Search and retrieve Bright Data documentation |
| Web MCP | https://mcp.brightdata.com/mcp?token=<token> | Access live web data - scraping, search, unlocker |
Connect your agent
- Claude Code
- Cursor
- VS Code (Copilot)
- Claude Desktop
- Windsurf / Any MCP client
What can your agent do with it?
Once connected, your agent gains a search tool over the full Bright Data documentation index. It can:- Find the right API - “What’s the parameter for setting a custom geo-location in the SERP API?”
- Retrieve product pages - Pull the full reference for Web Unlocker, Scraping Browser, or any product
- Look up code examples - “Show me a Python example for paginating SERP results”
- Explore integrations - “How do I connect LangChain to Bright Data?”
- Check pricing and limits - “What are the rate limits for the Web MCP free tier?”
Use both MCP servers together
For maximum capability, connect both MCP servers in a single session:Rate limits
| Limit | Value |
|---|---|
| Requests per user per hour | 200 |
| Requests per domain per hour | 1,000 |