Web and local search using Brave's Search API. Perform web searches and local business lookups with privacy-focused results.
npx -y @anthropic/brave-search-mcp
Get a Brave Search API key at https://brave.com/search/api/, then:
```json
{
"mcpServers": {
"brave-search": {
"command": "npx",
"args": ["-y", "@anthropic/brave-search-mcp"],
"env": { "BRAVE_API_KEY": "your-key" }
}
}
}
```
brave_web_searchbrave_local_searchWeb and local search using Brave's Search API. Perform web searches and local business lookups with privacy-focused results.
Language: TypeScript
Category: APIs