mcp-server-brave-search

zed-extensions/mcp-server-brave-search
★ 23 stars Rust 🔍 Search Updated 28d ago
MCP Server for Brave Search
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

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