Brave Search MCP Server 配置与使用说明

📦
安装方式npx
⚠️
风险等级中风险
🔑
API Key需要
💻
客户端3 个支持

通过 Brave Search API 进行网页搜索和本地搜索

中风险 场景:搜索与知识库 核验:2026-05-18 状态:已核验

支持客户端

安装命令

npx -y @modelcontextprotocol/server-brave-search

配置示例

{
  "mcpServers": {
    "brave-search": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-brave-search"
      ],
      "env": {
        "BRAVE_API_KEY": "<your-api-key>"
      }
    }
  }
}

需要设置环境变量:BRAVE_API_KEY。不要把这些值提交到公开仓库。

权限范围与安全提示

需要 Brave API Key,发送搜索请求到 Brave 服务器

风险评分:3/10

常见报错

API Key 无效
在 brave.com/search/api 申请免费 Key
429 Too Many Requests
免费版有速率限制,降低请求频率

来源

最近核验:2026-05-18。客户端版本和配置格式可能变化,使用前请以官方文档为准。

相关工具