Brave Search
OFFICIAL · Model Context ProtocolAUTH REQUIREDMITEmpower your AI assistant with the ability to search the web and retrieve local context using the Brave Search API.
This server requires a Brave Search API key. You can get one from the Brave Developer Portal.
Setup Guide
{
"mcpServers": {
"brave-search": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-brave-search"
],
"env": {
"BRAVE_API_KEY": "bs_yourBraveSearchApiKeyHere"
}
}
}
}Tools
brave_web_search
Search the web and retrieve lists of titles, URLs, and text snippets.
brave_local_search
Search for local venues, addresses, and physical locations.
Compatibility
About
Overview
The Brave Search Model Context Protocol (MCP) server gives your AI agent standard web search capabilities, enabling it to access current information, documentation, package releases, and web tutorials in real-time.
It's highly efficient because it formats search results into a clean, LLM-optimized format, minimizing token consumption while maximizing information retrieval.
Install and Troubleshooting Intent Coverage
Developer-install and troubleshooting intent for community MCP server listings.
install mcp server / mcp server setup guide
mcp json config example / vscode mcp setup
mcp server not working / mcp tools not showing
mcp server compatibility matrix / cursor vs vscode mcp compatibility
mcp server monetization options / convert community mcp server to paid listing
Related Setup, Debug, and Learning Links
Agent connected but tools ignored
Search servers often hit tool-priority and context-limit issues.
MCP fundamentals
Clarifies protocol behavior behind tool-call decisions.
CLI installation guide
Install baseline for all IDEs before listing-specific setup.
Using servers guide
Covers runtime usage patterns and auth flow.
Cursor setup walkthrough
High-intent setup path for developer troubleshooting journeys.
Troubleshooting: server not working
Common failure modes for install and runtime issues.
Troubleshooting: tools not showing
Covers discovery/listing failures across major IDEs.
Registry listing: filesystem
Maps this community reference to install-ready hosted listing.
Related explore entry: Cloudflare Documentation
Keeps same-intent users on matched category and tool shape.
Related explore entry: Context7
Keeps same-intent users on matched category and tool shape.
Related explore entry: Fetch MCP Server
Keeps same-intent users on matched category and tool shape.
Related explore entry: Fetch
Keeps same-intent users on matched category and tool shape.
Install this server with the AgenticMarket CLI — you'll be prompted for your API credentials or OAuth tokens during setup. No manual JSON editing.
$npx agenticmarket install brave-searchCloudflare Documentation
Get up to date reference information on Cloudflare
Context7
Fetches up-to-date documentation and code examples for LLMs and AI code editors directly from the source.
Fetch MCP Server
Give your AI assistant the ability to read any web page. The official Fetch server converts HTML to markdown so your LLM can process web content, read documentation, and scrape data in real time.
Fetch
Allow your AI agent to make HTTP requests, fetch web pages, call REST APIs, and retrieve raw web content using the lightweight Fetch MCP server.
AgenticMarket