Files
higress/plugins/wasm-go/mcp-servers/mcp-bravesearch/README_ZH.md
2025-04-25 18:08:42 +08:00

39 lines
1.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Brave Search MCP Server
一个集成Brave搜索API的MCP服务器实现提供网页和本地搜索功能。
## 功能
- **网页搜索**:支持通用查询、新闻、文章,具备分页和时效性控制
- **本地搜索**:查找带有详细信息的企业、餐厅和服务
源码地址:[https://github.com/modelcontextprotocol/servers/tree/main/src/brave-search](https://github.com/modelcontextprotocol/servers/tree/main/src/brave-search)
# 使用教程
## 获取 API-KEY
1. 注册Brave搜索API账号 [访问官网](https://brave.com/search/api/)
2. 选择套餐免费套餐每月包含2000次查询
3. 通过开发者控制台生成 API 密钥 [前往控制台](https://api.search.brave.com/app/keys)
## 生成 SSE URL
在 MCP Server 界面,登录后输入 API-KEY生成URL。
## 配置 MCP Client
在用户的 MCP Client 界面,将生成的 SSE URL添加到MCP Server列表中。
```json
"mcpServers": {
"bravesearch": {
"url": "https://mcp.higress.ai/mcp-bravesearch/{generate_key}",
}
}
```