Brave Search MCP Server Configuration & Usage Guide

📦
Installationnpx
⚠️
Risk LevelMedium Risk
🔑
API KeyRequired
💻
Clients3 supported

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

Medium Risk Category: Search & Knowledge Base Verified: 2026-05-18 Status: Verified

Supported Clients

Installation Command

npx -y @modelcontextprotocol/server-brave-search

Configuration Example

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

Environment variable required:BRAVE_API_KEY。Do not commit these values to public repositories.

Permission Scope & Security Notes

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

Risk Score:3/10

Common Errors

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

Sources

Recently Verified:2026-05-18。Client versions and configuration formats may change. Please refer to official documentation before use.

Related Tools