About
Overview
The Brave Search MCP Server enables AI agents to perform web searches using the Brave Search API. Returns structured search results with titles, URLs, descriptions, and relevance scores. Supports both web and news search modes.
Capabilities
Tools & Capabilities
⚡web_search
Search the web for information
⚡news_search
Search recent news articles
Setup
Installation
bash
Install
npm install @modelcontextprotocol/server-brave-searchExamples
Example Usage
javascript
Usage
import { BraveSearchServer } from "@modelcontextprotocol/server-brave-search";
const server = new BraveSearchServer({
apiKey: process.env.BRAVE_API_KEY
});
await server.start();Quick Info
AuthorAnthropic
LanguageTypeScript
StatusStable
Stars★ 980
Last UpdatedFeb 12, 2026