
mcp-google-search MCP Server
The mcp-google-search MCP Server bridges AI assistants and the web, enabling real-time search and content extraction using the Google Custom Search API. It empo...

Bridge your AI agents with powerful Baidu search capabilities for up-to-date, regionally relevant responses and automated research in FlowHunt.
The Baidu AI Search MCP Server is designed to bridge AI assistants with external data sources, specifically leveraging Baidu’s search capabilities. It acts as a middleware tool, enabling AI assistants to access and retrieve information from Baidu’s search engine, which can then be incorporated into development workflows. This enhances the assistant’s ability to answer queries with up-to-date, relevant information from the web, support research tasks, and augment context for large language model (LLM) interactions. The server streamlines tasks such as querying search results, extracting knowledge, and integrating Baidu’s powerful web search into automated pipelines or conversational agents, thereby improving response quality and breadth.
No prompt templates were found in the provided repository files.
No explicit MCP resources are documented in the provided repository files.
No tool definitions or implementations were found in server.py or other files within the provided URL.
windsurf.config.json).mcpServers section:{
"mcpServers": {
"baidu-ai-search": {
"command": "npx",
"args": ["@baidu/ai-search-mcp-server@latest"]
}
}
}
Use environment variables to store sensitive information:
{
"mcpServers": {
"baidu-ai-search": {
"command": "npx",
"args": ["@baidu/ai-search-mcp-server@latest"],
"env": {
"BAIDU_API_KEY": "${BAIDU_API_KEY}"
},
"inputs": {
"apiKey": "${BAIDU_API_KEY}"
}
}
}
}
{
"mcpServers": {
"baidu-ai-search": {
"command": "npx",
"args": ["@baidu/ai-search-mcp-server@latest"]
}
}
}
{
"mcpServers": {
"baidu-ai-search": {
"command": "npx",
"args": ["@baidu/ai-search-mcp-server@latest"]
}
}
}
{
"mcpServers": {
"baidu-ai-search": {
"command": "npx",
"args": ["@baidu/ai-search-mcp-server@latest"]
}
}
}
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:

Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"baidu-ai-search": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “baidu-ai-search” to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.
| Section | Availability | Details/Notes |
|---|---|---|
| Overview | ✅ | |
| List of Prompts | ⛔ | None found in repo |
| List of Resources | ⛔ | None found in repo |
| List of Tools | ⛔ | None found in repo |
| Securing API Keys | ✅ | Example JSON provided |
| Sampling Support (less important in evaluation) | ⛔ | No evidence found in repo |
Based on the available information, the MCP server has clear high-level documentation and a likely strong use case for search augmentation, but lacks visible implementation details, resources, and prompt templates in the public repository section provided. Thus, we rate this MCP a 3/10 for practical developer adoption at this time.
| Has a LICENSE | ⛔ (none found) |
|---|---|
| Has at least one tool | ⛔ |
| Number of Forks | N/A |
| Number of Stars | N/A |
Enable your FlowHunt agents to retrieve the latest, most relevant information from Baidu's search engine. Improve answers, research, and content generation with seamless search integration.

The mcp-google-search MCP Server bridges AI assistants and the web, enabling real-time search and content extraction using the Google Custom Search API. It empo...

Enable your AI assistants to access real-time web search data with the OpenAI WebSearch MCP Server. This integration allows FlowHunt and other platforms to deli...

The AlibabaCloud OpenSearch MCP Server connects AI agents and assistants to Alibaba Cloud's OpenSearch, enabling advanced search, vector queries, and seamless d...
Cookie Consent
We use cookies to enhance your browsing experience and analyze our traffic. See our privacy policy.