Skip to content

Brave Search

Web and news search using the Brave Search API via MCP.

  • Web search - General web search with ranking
  • News search - Recent news articles
  • Local search - Location-based results (if enabled)
  • Results include titles, URLs, and descriptions
  • Rate limits apply based on API plan
  • Respects Brave Search’s content policies

Required config.json:

{
"name": "Brave Search",
"slug": "brave-search",
"enabled": true,
"provider": "brave",
"type": "mcp",
"mcp": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-brave-search"],
"env": {
"BRAVE_API_KEY": "YOUR_API_KEY"
}
}
}
  1. Go to https://brave.com/search/api/
  2. Sign up for an API account
  3. Create an API key
  4. Use source_credential_prompt to securely store the key
  • Do you have a Brave Search API key?
  • What types of searches will you perform? (web, news, local)
{
"allowedMcpPatterns": [
{ "pattern": "search", "comment": "All search operations are read-only" }
]
}