AgentHubAgentHub

Brave搜索

MCP ServerMCP Hub 中国

io.mcp-cn.modelcontextprotocol/server-brave-search · vlatest

基于Brave搜索引擎的MCP服务器,提供安全、私密的搜索服务

概览

Brave搜索 是一个MCP Server,收录自 MCP Hub 中国。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

搜索引擎隐私保护网络搜索Brave

安装

选择你的平台查看安装方式

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

环境变量

BRAVE_API_KEY必填secret

YOUR_API_KEY_HERE

相关资源

统一 Manifest

{
  "id": "io.mcp-cn.modelcontextprotocol/server-brave-search",
  "type": "mcp-server",
  "version": "latest",
  "displayName": "Brave搜索",
  "description": "基于Brave搜索引擎的MCP服务器,提供安全、私密的搜索服务",
  "author": {
    "name": "Anthropic, PBC"
  },
  "iconUrl": "https://cdn.search.brave.com/serp/v3/_app/immutable/assets/brave-logo-small.1fMdoHsa.svg",
  "homepage": "https://mcp-cn.com/server/84",
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@modelcontextprotocol/server-brave-search",
        "runtimeHint": "npx",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "BRAVE_API_KEY",
            "description": "YOUR_API_KEY_HERE",
            "isRequired": true,
            "isSecret": true
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [
    "use_count:71827",
    "搜索引擎",
    "隐私保护",
    "网络搜索",
    "Brave"
  ],
  "provenance": {
    "origin": "mcp-cn",
    "originalId": "@modelcontextprotocol/server-brave-search",
    "originalUrl": "https://mcp-cn.com/server/84",
    "isOfficial": false,
    "status": "active"
  }
}
Brave搜索 — MCP Server 安装与配置 · AgentHub