Content
1{
2 "mcpServers": {
3 "brave-search": {
4 "command": "npx",
5 "args": ["-y", "@modelcontextprotocol/server-brave-search"],
6 "env": {
7 "BRAVE_API_KEY": "<YOUR_BRAVE_API_KEY>"
8 }
9 }
10 }
11}
12
13// ── Setup ────────────────────────────────────────────────────────────────────
14// 1. Get a free API key at https://api.search.brave.com/
15// Free tier: 2,000 queries/month
16//
17// 2. Replace <YOUR_BRAVE_API_KEY> with your key
18//
19// ── Available tools ──────────────────────────────────────────────────────────
20// brave_web_search full web search with snippets
21// brave_local_search local business / places search
22