Baidu AI Search

by baidubce

583 stars
1.2k downloads
Not rated
GitHub Website

About

appbuilder-sdk, 千帆AppBuilder-SDK帮助开发者灵活、快速的搭建AI原生应用

Details

Author
baidubce
GitHub stars
583
Downloads
1,238
Categories
Search, AI

- Custom persona settings
- Model selection
- Query rewriting (time‑sensitive and multi‑turn)
- Search scope configuration (modalities, site ranges, publication dates)
- Customizable number of reference links

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Baidu AI Search
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Obtain an AppBuilder API Key from the console, then format your authorization token as Bearer+<AppBuilder API Key> (keeping the “+” character). Configure the MCP client with the URL http://appbuilder.baidu.com/v2/ai_search/mcp/sse?api_key=Bearer+<your key> (slot in the full token after api_key=).

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "baidu ai search": {
            "search": {
                "command": "python",
                "args": [
                    "~/work/baidu/app-builder/python/mcp/ai_search/ai_search_server.py"
                ]
            }
        }
    }
}

McpServers

{
    "search": {
        "command": "python",
        "args": [
            "~/work/baidu/app-builder/python/mcp/ai_search/ai_search_server.py"
        ]
    }
}

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搜索

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.