Loading...

Brave Search MCP server provides web, image, news, video, and local search capabilities via the Brave Search API, requiring an API key for access.
Boost this tool
Subscribe to listing upgrades or segmented pushes.
Brave Search MCP server provides web, image, news, video, and local search capabilities via the Brave Search API, requiring an API key for access.
The Brave Search MCP server is relatively safe for read-only search operations. Risks are primarily related to API key management and potential information exposure through search queries. Using environment variables for the API key and limiting query scope can mitigate risks.
Performance depends on the Brave Search API's response times and network latency. Consider caching frequently accessed search results to improve response times.
Cost is primarily determined by the Brave Search API plan. Be mindful of the number of API calls made, especially with local search, which may require a Pro plan.
{
"mcp-servers": {
"brave-search": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"BRAVE_API_KEY",
"brave-search-mcp"
],
"env": {
"BRAVE_API_KEY": "YOUR API KEY HERE"
}
}
}
}BRAVE_API_KEYbrave_web_searchExecutes web searches using Brave's API and returns results.
Read-only operation; retrieves information without modifying any data.
brave_image_searchRetrieves images from the web relevant to the specified query.
Read-only operation; retrieves image results without modifying any data.
brave_news_searchSearches the web for news articles, trending topics, or recent events.
Read-only operation; retrieves news results without modifying any data.
brave_local_searchSearches for local businesses, services, and points of interest.
Read-only operation; retrieves local search results without modifying any data.
brave_video_searchSearches the web for videos related to the specified query.
Read-only operation; retrieves video results without modifying any data.
API Key
hybrid
The Brave Search MCP server is relatively safe for read-only search operations. Risks are primarily related to API key management and potential information exposure through search queries. Using environment variables for the API key and limiting query scope can mitigate risks.
The server primarily supports read-only operations, limiting the risk of unintended modifications or destructive actions. Sandboxing further enhances safety by isolating the execution environment.
Production Tip
Monitor API usage to avoid exceeding rate limits and incurring unexpected costs. Implement robust error handling to gracefully manage API failures.
It's an implementation that integrates the Brave Search API, providing web, image, news, video, and local search capabilities to MCP-compatible clients.
Sign up for a Brave Search API account, choose a plan, and generate your API key from the developer dashboard.
BRAVE_API_KEY (required), PORT (optional), HOST (optional), and ALLOWED_HOSTS (optional).
Enable developer mode, run the MCP server in HTTP and UI mode, create a local tunnel, and add the Brave Search MCP as a connector to ChatGPT.
Yes, local search requires a subscription to the Pro API plan for location results. Otherwise, it falls back to brave_web_search.
The maximum number of results varies by tool: web search (20), image search (50), news search (20), local search (20), and video search (20).
Use the 'freshness' parameter with values like 'pd', 'pw', 'pm', 'py', or a custom date range in 'YYYY-MM-DDtoYYYY-MM-DD' format.