Baidu Search

by appleinmusic

4 stars
Not rated
GitHub

About

Integrates with Baidu Search to enable web searches, result retrieval, and information extraction from China's largest search engine, providing access to Chinese language content and resources behind the Great Firewall.

Details

Author
appleinmusic
Repository
appleinmusic/baidu-search-mcp
GitHub stars
4
License
MIT License
Categories
Search, Other, API, AI, Design, Knowledge Base, Frontend
Tags
#web, #integration

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 Search
    Command (node, npx, python, etc.) node
    Arguments
    • Argument 1 /path/to/baidu-search-mcp/build/index.js
    Environment
    • BAIDU_API_KEY your_api_key_here

    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

baidu_search

Perform a search using the Baidu Wenxin API. Parameters: query (string, required), model (string, optional, default: 'ernie-3.5-8k'), search_mode (string, optional, default: 'auto'), enable_deep_search (boolean, optional, default: false), search_recency_filter (string, optional)

Claude Desktop / Cursor

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

{
    "mcpServers": {
        "baidu search": {
            "env": {
                "BAIDU_API_KEY": "your_api_key_here"
            },
            "args": [
                "/path/to/baidu-search-mcp/build/index.js"
            ],
            "command": "node"
        }
    }
}

Linux

{
    "env": {
        "BAIDU_API_KEY": "your_api_key_here"
    },
    "args": [
        "/path/to/baidu-search-mcp/build/index.js"
    ],
    "command": "node"
}

Macos

{
    "env": {
        "BAIDU_API_KEY": "your_api_key_here"
    },
    "args": [
        "/path/to/baidu-search-mcp/build/index.js"
    ],
    "command": "node"
}

Windows

{
    "env": {
        "BAIDU_API_KEY": "your_api_key_here"
    },
    "args": [
        "/path/to/baidu-search-mcp/build/index.js"
    ],
    "command": "node"
}

这是一个用于 Model Context Protocol (MCP) 的百度搜索服务器实现,它允许AI助手使用百度文心API进行智能搜索。

- 支持使用百度文心API进行智能搜索
- 支持多种模型选择(ernie-3.5-8k, ernie-4.0-8k, deepseek-r1, deepseek-v3)
- 提供搜索结果和参考来源
- 支持深度搜索和时效性过滤

npm install @modelcontextprotocol/sdk axios
{ "mcpServers": { "baidu-search": { "command": "node", "args": ["/path/to/baidu-search-mcp/build/index.js"], "env": { "BAIDU_API_KEY": "your_api_key_here" }, "disabled": false, "autoApprove": [] } } }

- query(必需): 搜索查询文本
- model: 使用的模型名称

- 可选值: "ernie-3.5-8k", "ernie-4.0-8k", "deepseek-r1", "deepseek-v3"
- 默认值: "ernie-3.5-8k"

- 可选值: "auto", "required", "disabled"
- 默认值: "auto"

- 可选值: "week", "month", "semiyear", "year"

Search global news using natural language. Webz.io News Search API returns the most relevant articles and content, with filters for source, country, language, date, sentiment, and category.

Search the web using Kagi's search API

Multi-provider search broker for AI agents. Routes across SearXNG, Brave, Serper, Tavily, and Exa with automatic fallback, RRF ranking, content extraction, and budget enforcement.

Perform web, news, and image searches using the Microsoft Bing Search API.

An MCP server for web and local search using the Brave Search API.

Integrates the Brave Search API for both web and local search capabilities. Requires a BRAVE_API_KEY.

An MCP server for the Brave Search API, providing web and local search capabilities via a streaming SSE interface.

An MCP server for the Brave Search API, providing both web and local search capabilities.

Search for cocktail recipes using the cezzis.com API.

Free search API for AI agents — 105 engines, 22 profiles, 94.3% SimpleQA accuracy, MCP server with 5 tools

Free search API for AI agents with 105 engines, 22 search profiles, and 94.3% SimpleQA accuracy. MCP server included.

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.