mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-04-22 05:45:22 +02:00
Update all example configs
This commit is contained in:
@@ -37,10 +37,13 @@ An MCP server implementation that integrates the Brave Search API, providing bot
|
||||
Add this to your `claude_desktop_config.json`:
|
||||
|
||||
```json
|
||||
"mcp-server-brave-search": {
|
||||
"command": "mcp-server-brave-search",
|
||||
"env": {
|
||||
"BRAVE_API_KEY": "YOUR_API_KEY_HERE"
|
||||
{
|
||||
"brave-search": {
|
||||
"command": "npx",
|
||||
"args": ["-y", "@modelcontextprotocol/server-brave-search"],
|
||||
"env": {
|
||||
"BRAVE_API_KEY": "YOUR_API_KEY_HERE"
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user