Baidu Search MCP Server
@Evilran
About Baidu Search MCP Server
Baidu Search MCP Server I A Model Context Protocol (MCP) server that provides web search capabilities through Baidu, with additional features for content fetching and parsing.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"baidu-mcp-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@Evilran/baidu-mcp-server",
"--client",
"claude"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Baidu Search MCP Server?
A Model Context Protocol (MCP) server that provides web search capabilities through Baidu, with additional features for content fetching and parsing. It is designed for developers and AI applications that need LLM-friendly search results from Baidu.
How to use Baidu Search MCP Server?
Install via pip (uv pip install baidu-mcp-server) or Smithery, then configure it as an MCP server in Claude Desktop by adding a baidu-search entry with the command uvx baidu-mcp-server in the MCP configuration file. The server exposes two tools: search (for web searches) and fetch_content (for webpage content extraction).
Key features of Baidu Search MCP Server
- Web search on Baidu with configurable result count (up to 10)
- Intelligent content fetching and text extraction from webpages
- Built-in rate limiting: 30 requests/min for search, 20 for fetching
- Ad removal, redirect URL cleaning, and LLM-friendly output formatting
- Comprehensive error handling and logging via MCP context
- Easy installation via PyPI, uv, or Smithery
Use cases of Baidu Search MCP Server
- Enabling LLMs like Claude to search Baidu for real-time information
- Retrieving and processing webpage content for AI-assisted research
- Building AI agents that need access to Baidu search results without ads or redirects
- Automating content extraction for data analysis or summarization tasks
FAQ from Baidu Search MCP Server
What dependencies or runtime are required?
The server is a Python package that requires Python and the uv package manager (or pip). It runs as a command-line MCP server, typically launched by a client like Claude Desktop.
Where does search data come from and where is it stored?
All search results and fetched content are retrieved live from Baidu. The server does not cache or store any data persistently.
What are the known limits?
Search requests are limited to 30 per minute, and content fetching to 20 per minute. The server automatically queues requests and applies wait times to respect rate limits.
How is the server accessed and what transport does it use?
The server is accessed via the MCP protocol using stdio transport (command-line invocation). No authentication is required to run the server; it connects directly to Baidu’s public web search.
How does this server differ from alternatives?
While many MCP servers use DuckDuckGo or other search engines, this server is specifically built for Baidu, making it ideal for users in China or those needing Baidu-specific results and redirect cleaning.
More Search MCP servers
小红书自动搜索评论工具(MCP Server 2.0)
chenningling这是一款基于 Playwright 开发的小红书自动搜索和评论工具,作为 MCP Server,可通过特定配置接入 MCP Client(如Claude for Desktop),帮助用户自动完成登录小红书、搜索关键词、获取笔记内容及发布AI生成评论等操作。
Perplexity MCP Server
wysh3MCP web search using perplexity without any API KEYS
Google Search MCP Server
mixelpixxMCP Server built for use with Claude Code, Claude Desktop, VS Code, Cline - enable google search and ability to follow links and research websites
Bing Search MCP Server
leehanchungMCP Server for Bing Search API
Serper Search and Scrape MCP Server
marcopesaniSerper MCP Server supporting search and webpage scraping
Comments