返回 MCP 目录
public公开dns本地运行

AI 百度搜索器

百度智能搜索组件深度融合百度搜索能力与大语言模型技术,可提供附带实时网络信息引用的智能应答,全面支持金融、医疗、教育等多元化行业应用场景。

article

README

Baidu AI Search

Baidu AI Search component combines Baidu's search capabilities with large language model technology to provide intelligent responses with real-time web information references, supporting various industry application scenarios. It offers rich standardized capabilities such as:

  • Custom persona settings
  • Model selection
  • Query rewriting (including time-sensitive and multi-turn approaches to enhance search results)
  • Search scope configuration (choice of modalities, site ranges and publication dates)
  • Customizable number of reference links

Quick Start

  1. Get your AppBuilder API Key from the console
  2. Format your authorization token as: Bearer+<AppBuilder API Key> (keep the "+" in between)
  3. Config with
{
  "mcpServers": {
    "baidu_ai_search": {
      "url": "http://appbuilder.baidu.com/v2/ai_search/mcp/sse?api_key=Bearer+bce-v3/ALTAK..."
    }
  }
}

For more details, please refer to 百度AI搜索

help

运行方式说明

cloud

托管运行

托管运行通常表示这个 MCP Server 由服务方环境承载,用户一般按页面提供的连接方式或授权流程接入,不需要在本地长期启动一个 MCP 进程

  1. 打开服务方连接页
  2. 完成授权或复制端点
  3. 在 MCP 客户端中连接
terminal

本地运行 / 其它方式

本地运行通常需要用户在自己的电脑或服务器上安装依赖,把 server_config 复制到 MCP 客户端,并按 env_schema 补齐环境变量、密钥或其它配置

  1. 复制 server_config
  2. 安装所需依赖
  3. 补齐环境变量后重启客户端