@modelcontextprotocol/server-brave-search 0.1.0 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +7 -4
- package/package.json +1 -1
package/README.md
CHANGED
@@ -37,10 +37,13 @@ An MCP server implementation that integrates the Brave Search API, providing bot
|
|
37
37
|
Add this to your `claude_desktop_config.json`:
|
38
38
|
|
39
39
|
```json
|
40
|
-
|
41
|
-
"
|
42
|
-
|
43
|
-
"
|
40
|
+
{
|
41
|
+
"brave-search": {
|
42
|
+
"command": "npx",
|
43
|
+
"args": ["-y", "@modelcontextprotocol/server-brave-search"],
|
44
|
+
"env": {
|
45
|
+
"BRAVE_API_KEY": "YOUR_API_KEY_HERE"
|
46
|
+
}
|
44
47
|
}
|
45
48
|
}
|
46
49
|
```
|