Token导航 LogoToken导航TokenDH.com
Brave Search With Claude MCP On Macos logo
搜索检索未说明官方级别未说明来源级核验

Brave Search With Claude MCP On Macos

MCP Server

该工具用于在macOS上配置Claude Desktop以通过MCP协议使用Brave搜索服务。

工具数

0

提示词数

0

GitHub Stars

0

资源数

0
搜索服务API集成ClaudemacOS工具Claude DesktopClaudeVS Code

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

deedoi

提供方

deedoi

最后核验

2026/5/17 20:23

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

详细介绍

在macOS上将Brave Search配置为使用Claude MCP

本指南介绍了如何进行配置 Claude Desktop(可译为“Claude桌面版”) 使用 勇敢搜索(或译为“无畏搜索”,根据语境可灵活选择) 通过MCP(模型上下文协议)。

______________________________________________________________________

先决条件

______________________________________________________________________

步骤

1. 安装并登录Claude桌面版

从官方网站下载并安装Claude桌面版,然后登录您的账户。

______________________________________________________________________

2. 创建MCP配置文件

打开终端并运行:

open ~/Library/Application\ Support/Claude
touch ~/Library/Application\ Support/Claude/claude_desktop_config.json

---

### 3. Edit the configuration file

Open the file in a text editor (for example, VS Code):

code ~/Library/Application\ Support/Claude/claude_desktop_config.json

Paste the following configuration:


{
  "mcpServers": {
    "brave-search": {
      "command": "npx",
      "args": [
        "-y",
        "@brave/brave-search-mcp-server",
        "--transport",
        "http"
      ],
      "env": {
        "BRAVE_API_KEY": "YOUR_BRAVE_API_KEY"
      }
    }
  }
}

Replace YOUR_BRAVE_API_KEY with your actual key.

---

4. Obtain your Brave API key

Create a Brave Search account.

Generate and copy your API key.

Paste the key into the BRAVE_API_KEY field in the configuration file.

---

5. Restart Claude Desktop

If Claude Desktop is running, quit and relaunch it to apply the MCP configuration.

---

Verification

After restarting, open Claude and run a search prompt.
If configured correctly, Claude will respond using Brave Search results through MCP.

目录标签

目录标签

搜索服务API集成ClaudemacOS工具本地部署开发配置

支持客户端

Claude DesktopClaudeVS Code

接入字段

传输方式(transport,传输协议)

未说明

鉴权方式(authType,认证方式)

api-key

工具数量(toolCount,工具数)

0

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

未说明api-key部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:installCommand

来源信息

继续浏览同类 MCP