AB Component Server

by baidubce

583 stars
324 downloads
Not rated
GitHub Website

About

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

Details

Author
baidubce
GitHub stars
583
Downloads
324
Categories
Other, Search, AI

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 AB Component Server
    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

Claude Desktop / Cursor

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

{
    "mcpServers": {
        "ab component server": {
            "AB Component Server": {
                "command": "/path/to/your/python3.12",
                "args": [
                    "/path/to/your/ai_search.py"
                ],
                "envs": {
                    "APPBUILDER_TOKEN": "your token"
                }
            }
        }
    }
}

McpServers

{
    "AB Component Server": {
        "command": "/path/to/your/python3.12",
        "args": [
            "/path/to/your/ai_search.py"
        ],
        "envs": {
            "APPBUILDER_TOKEN": "your token"
        }
    }
}

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.