Back to MCP directory
publicPublicdnsLocal runtime

app-builder

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

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

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client