AB Component Server
About
appbuilder-sdk, 千帆AppBuilder-SDK帮助开发者灵活、快速的搭建AI原生应用
Details
- Author
- baidubce
- GitHub stars
- 583
- Downloads
- 324
- Categories
- Other, Search, AI
Jump to
—
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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
AB Component ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- 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搜索
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




