brave-search-mcp-server

ifpj/brave-search-mcp-server
★ 0 stars Rust Search Updated today
Brave Search MCP Server - Rust implementation with multi-key load balancing
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "brave-search-mcp-ser": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "brave-search-mcp-server"
      ]
    }
  }
}