MCPServers
Baidu Search logo

Baidu Search

3
5.6k
0

Summary

Baidu MCP Server provides web search capabilities through Baidu's search engine, enabling AI assistants to retrieve search results and fetch webpage content. Developed by Evilran, this implementation includes features for rate limiting, error handling, and content parsing to ensure optimal results for language models. The server exposes two main tools: a search function that returns formatted results with titles, URLs, and snippets, and a content fetching tool that retrieves and cleans webpage text. Built with Python and leveraging libraries like BeautifulSoup4 and httpx, it's particularly useful for users in regions where Baidu is the primary search engine or when alternative search options are needed.

Available Actions(2)

search

Performs a web search on Baidu and returns formatted results. Parameters: query (string), max_results (optional int, default: 10)

fetch_content

Fetches and parses content from a webpage. Parameters: url (string)

Last Updated: May 7, 2025

Community Reviews

0.0
0 reviews
5
0
4
0
3
0
2
0
1
0

No reviews yet. Be the first to review!

Sign in to join the conversation

Try it now in
HighlightHighlight AI

Quick Setup

Language

TypeScript

Categories

Tags

Baidu Search MCP Server for Windsurf