
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 |
The Baidu AI Search MCP Server connects AI assistants to Baidu's web search engine, allowing them to retrieve real-time, region-specific information for enhanced responses, research, and automation within FlowHunt.
Typical use cases include augmenting AI chatbot responses with fresh web data, automating research tasks, expanding knowledge bases with external information, and supporting content generation workflows by sourcing references and facts from Baidu.
Always store your API key in environment variables, never directly in code. The provided setup instructions show how to reference your key using the `${BAIDU_API_KEY}` variable in configuration files.
Currently, this MCP scores 3/10 due to limited public resources and lack of prompt or tool templates in the available repository, but it offers strong core capabilities for web search augmentation.
Add the MCP component to your flow, configure it with your Baidu AI Search server details in JSON, and connect it to your AI agent. This enables the agent to access and use Baidu's search capabilities as part of automated flows.
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...
The AI Agent Marketplace Index MCP Server by DeepNLP enables seamless searching, discovery, and monitoring of AI agents. Integrate advanced search, categorizati...
The Bing Search MCP Server integrates Microsoft Bing Search API with FlowHunt and other AI clients, enabling real-time web, news, and image search capabilities ...